Html Css Color HEX #A74220 Rock Spray

📋 copy color: '#A74220'

red 167 ◦ green 66 ◦ blue 32

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

Shades of Rock Spray #A74220

Tints of Rock Spray #A74220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 32 (12.89% from 255) = 12.08%

R = 63.02%
G = 24.91%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A74220 (or 0xA74220) is known color: Rock Spray. HEX triplet: A7, 42 and 20. RGB value is (167,66,32). Sum of RGB (Red+Green+Blue) = 167+66+32=265 (35% of max value = 765). Red value is 167 (65.62% from 255 or 63.02% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 167 - color contains mainly: red. Hex color #A74220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74220 is #58BDDF. Grayscale: #5C5C5C. Windows color (decimal): -5815776 or 2114215. OLE color: 2114215.

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

Color convert

RGB 167 66 32 -
CMYK 0 0.60 0.81 0.35
HSL 15.11º 0.68% 0.39% -
HSV(B) 15.11º 0.81% 0.65% -
XYZ 18.15 12.22 2.77 -
YUV 92.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 167 66 32 0 0.60 0.81 0.35 15.11 0.68 0.39
Hex A7 42 20 0 3C 51 23 F 44 27
Octal 247 102 40 0 74 121 43 17 104 47
Binary 10100111 1000010 100000 0 111100 1010001 100011 1111 1000100 100111

Color Harmonies of #A74220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74220

Black with #A74220

Text Example


Text Example

White with #A74220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74220; }

 p { color: rgb(167,66,32); }

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

background-color css

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

 a { background-color: rgb(167,66,32); }

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

border-color css

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

 span { border-color: rgb(167,66,32); }

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