Html Css Color HEX #A74122 Rock Spray

📋 copy color: '#A74122'

red 167 ◦ green 65 ◦ blue 34

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

Shades of Rock Spray #A74122

Tints of Rock Spray #A74122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 62.78%
G = 24.44%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A74122 (or 0xA74122) is known color: Rock Spray. HEX triplet: A7, 41 and 22. RGB value is (167,65,34). Sum of RGB (Red+Green+Blue) = 167+65+34=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A74122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74122 is #58BEDD. Grayscale: #5C5C5C. Windows color (decimal): -5816030 or 2245031. OLE color: 2245031.

HSL color Cylindrical-coordinate representation of color #A74122: hue angle of 13.98º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A74122 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 34 -
CMYK 0 0.61 0.80 0.35
HSL 13.98º 0.66% 0.39% -
HSV(B) 13.98º 0.8% 0.65% -
XYZ 18.12 12.11 2.9 -
YUV 91.96 95.29 181.52 -
System Red Green Blue C M Y K H S L
Decimal 167 65 34 0 0.61 0.80 0.35 13.98 0.66 0.39
Hex A7 41 22 0 3D 50 23 E 42 27
Octal 247 101 42 0 75 120 43 16 102 47
Binary 10100111 1000001 100010 0 111101 1010000 100011 1110 1000010 100111

Color Harmonies of #A74122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74122

Black with #A74122

Text Example


Text Example

White with #A74122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74122; }

 p { color: rgb(167,65,34); }

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

background-color css

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

 a { background-color: rgb(167,65,34); }

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

border-color css

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

 span { border-color: rgb(167,65,34); }

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