#A9573E

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

Shades of Orange Roughy #A9573E

Tints of Orange Roughy #A9573E

Color information

#A9573E (or 0xA9573E) is unknown color: approx Orange Roughy. HEX triplet: A9, 57 and 3E. RGB value is (169,87,62). Sum of RGB (Red+Green+Blue) = 169+87+62=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9573E is #56A8C1. Grayscale: #6C6C6C. Windows color (decimal): -5679298 or 4085673. OLE color: 4085673.

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

Color convert

RGB1698762-
CMYK00.490.630.34
HSL14.02º46.32%45.29%-
HSV(B)14.02º63.31%66.27%-
XYZ20.6415.66.48-
YUV108.67101.67171.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.14%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 62 (24.61% from 255) = 19.50%
R=53.14%
G=27.36%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169876200.490.630.3414.0246.3245.29
HexA9573E0313F22e2e2d
Octal251127760617742165655
Binary10101001101011111111001100011111111000101110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9573E; }

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

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

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

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

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

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

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

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