Html Css Color HEX #A04320 Rock Spray

📋 copy color: '#A04320'

red 160 ◦ green 67 ◦ blue 32

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

Shades of Rock Spray #A04320

Tints of Rock Spray #A04320

RGB

 RED value IS 160 (62.89% from 255) = 61.78%

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

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

R = 61.78%
G = 25.87%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A04320 (or 0xA04320) is known color: Rock Spray. HEX triplet: A0, 43 and 20. RGB value is (160,67,32). Sum of RGB (Red+Green+Blue) = 160+67+32=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04320 is #5FBCDF. Grayscale: #5B5B5B. Windows color (decimal): -6274272 or 2114464. OLE color: 2114464.

HSL color Cylindrical-coordinate representation of color #A04320: hue angle of 16.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A04320 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 67 32 -
CMYK 0 0.58 0.80 0.37
HSL 16.41º 0.67% 0.38% -
HSV(B) 16.41º 0.8% 0.63% -
XYZ 16.77 11.59 2.72 -
YUV 90.82 94.81 177.35 -
System Red Green Blue C M Y K H S L
Decimal 160 67 32 0 0.58 0.80 0.37 16.41 0.67 0.38
Hex A0 43 20 0 3A 50 25 10 43 26
Octal 240 103 40 0 72 120 45 20 103 46
Binary 10100000 1000011 100000 0 111010 1010000 100101 10000 1000011 100110

Color Harmonies of #A04320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04320

Black with #A04320

Text Example


Text Example

White with #A04320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04320; }

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

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

background-color css

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

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

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

border-color css

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

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

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