Html Css Color HEX #A7573B Orange Roughy

📋 copy color: '#A7573B'

red 167 ◦ green 87 ◦ blue 59

#A7573B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Roughy #A7573B

Tints of Orange Roughy #A7573B

RGB

 RED value IS 167 (65.63% from 255) = 53.35%

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 53.35%
G = 27.8%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7573B (or 0xA7573B) is known color: Orange Roughy. HEX triplet: A7, 57 and 3B. RGB value is (167,87,59). Sum of RGB (Red+Green+Blue) = 167+87+59=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7573B is #58A8C4. Grayscale: #6B6B6B. Windows color (decimal): -5810373 or 3889063. OLE color: 3889063.

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

Color convert

RGB 167 87 59 -
CMYK 0 0.48 0.65 0.35
HSL 15.56º 0.48% 0.44% -
HSV(B) 15.56º 0.65% 0.65% -
XYZ 20.13 15.35 6.04 -
YUV 107.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 167 87 59 0 0.48 0.65 0.35 15.56 0.48 0.44
Hex A7 57 3B 0 30 41 23 10 30 2C
Octal 247 127 73 0 60 101 43 20 60 54
Binary 10100111 1010111 111011 0 110000 1000001 100011 10000 110000 101100

Color Harmonies of #A7573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7573B

Black with #A7573B

Text Example


Text Example

White with #A7573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7573B; }

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

 H1.HeaderClassName
 {
   color: #A7573B;
 }
 .AnyTagClassName
 {
   color: #A7573B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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