#A9573B

Color #A9573B Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #A9573B

Tints of Orange Roughy #A9573B

Color information

#A9573B (or 0xA9573B) is unknown color: approx Orange Roughy. HEX triplet: A9, 57 and 3B. RGB value is (169,87,59). Sum of RGB (Red+Green+Blue) = 169+87+59=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A9573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9573B is #56A8C4. Grayscale: #6C6C6C. Windows color (decimal): -5679301 or 3889065. OLE color: 3889065.

HSL color Cylindrical-coordinate representation of color #A9573B: hue angle of 15.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A9573B is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1698759-
CMYK00.490.650.34
HSL15.27º48.25%44.71%-
HSV(B)15.27º65.09%66.27%-
XYZ20.5615.576.06-
YUV108.33100.17171.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 53.65%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=53.65%
G=27.62%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169875900.490.650.3415.2748.2544.71
HexA9573B0314122f302d
Octal2511277306110142176055
Binary101010011010111111011011000110000011000101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9573B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9573B; }

 p { color: rgb(169,87,59); }

 H1.HeaderClassName
 {
   color: #A9573B;
 }
 .AnyTagClassName
 {
   color: #A9573B;
 }
</style>
background-color css

<style>
 a { background-color: #A9573B; }

 a { background-color: rgb(169,87,59); }

 div.DivClassName
 {
   background-color: #A9573B;
 }
 .BgClassName
 {
   background-color: #A9573B;
 }
</style>
border-color css

<style>
 span { border-color: #A9573B; }

 span { border-color: rgb(169,87,59); }

 td.TdClassName
 {
   border-color: #A9573B;
 }
 .TagClassName
 {
   border-color: #A9573B;
 }
</style>