Html Css Color HEX #A74020 Rock Spray

📋 copy color: '#A74020'

red 167 ◦ green 64 ◦ blue 32

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

Shades of Rock Spray #A74020

Tints of Rock Spray #A74020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 63.5%
G = 24.33%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A74020 (or 0xA74020) is known color: Rock Spray. HEX triplet: A7, 40 and 20. RGB value is (167,64,32). Sum of RGB (Red+Green+Blue) = 167+64+32=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A74020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74020 is #58BFDF. Grayscale: #5B5B5B. Windows color (decimal): -5816288 or 2113703. OLE color: 2113703.

HSL color Cylindrical-coordinate representation of color #A74020: hue angle of 14.22º 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 #A74020 is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 32 -
CMYK 0 0.62 0.81 0.35
HSL 14.22º 0.68% 0.39% -
HSV(B) 14.22º 0.81% 0.65% -
XYZ 18.03 11.99 2.73 -
YUV 91.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 167 64 32 0 0.62 0.81 0.35 14.22 0.68 0.39
Hex A7 40 20 0 3E 51 23 E 44 27
Octal 247 100 40 0 76 121 43 16 104 47
Binary 10100111 1000000 100000 0 111110 1010001 100011 1110 1000100 100111

Color Harmonies of #A74020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74020

Black with #A74020

Text Example


Text Example

White with #A74020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74020; }

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

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

background-color css

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

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

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

border-color css

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

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

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