Html Css Color HEX #A74320 Rock Spray

📋 copy color: '#A74320'

red 167 ◦ green 67 ◦ blue 32

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

Shades of Rock Spray #A74320

Tints of Rock Spray #A74320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 62.78%
G = 25.19%
B = 12.03%

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

#A74320 (or 0xA74320) is known color: Rock Spray. HEX triplet: A7, 43 and 20. RGB value is (167,67,32). Sum of RGB (Red+Green+Blue) = 167+67+32=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A74320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74320 is #58BCDF. Grayscale: #5D5D5D. Windows color (decimal): -5815520 or 2114471. OLE color: 2114471.

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

Color convert

RGB 167 67 32 -
CMYK 0 0.60 0.81 0.35
HSL 15.56º 0.68% 0.39% -
HSV(B) 15.56º 0.81% 0.65% -
XYZ 18.2 12.33 2.79 -
YUV 92.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 167 67 32 0 0.60 0.81 0.35 15.56 0.68 0.39
Hex A7 43 20 0 3C 51 23 10 44 27
Octal 247 103 40 0 74 121 43 20 104 47
Binary 10100111 1000011 100000 0 111100 1010001 100011 10000 1000100 100111

Color Harmonies of #A74320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74320

Black with #A74320

Text Example


Text Example

White with #A74320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74320; }

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

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

background-color css

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

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

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

border-color css

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

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

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