#A7573E

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

Shades of Orange Roughy #A7573E

Tints of Orange Roughy #A7573E

Color information

#A7573E (or 0xA7573E) is unknown color: approx Orange Roughy. HEX triplet: A7, 57 and 3E. RGB value is (167,87,62). Sum of RGB (Red+Green+Blue) = 167+87+62=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A7573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7573E is #58A8C1. Grayscale: #6C6C6C. Windows color (decimal): -5810370 or 4085671. OLE color: 4085671.

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

Color convert

RGB1678762-
CMYK00.480.630.35
HSL14.29º45.85%44.9%-
HSV(B)14.29º62.87%65.49%-
XYZ20.2115.386.46-
YUV108.07102170.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.85%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=52.85%
G=27.53%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167876200.480.630.3514.2945.8544.9
HexA7573E0303F23e2e2d
Octal247127760607743165655
Binary10100111101011111111001100001111111000111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7573E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7573E; }

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

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

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

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

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

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

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

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