Html Css Color HEX #A04321 Rock Spray

📋 copy color: '#A04321'

red 160 ◦ green 67 ◦ blue 33

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

Shades of Rock Spray #A04321

Tints of Rock Spray #A04321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 61.54%
G = 25.77%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A04321 (or 0xA04321) is known color: Rock Spray. HEX triplet: A0, 43 and 21. RGB value is (160,67,33). Sum of RGB (Red+Green+Blue) = 160+67+33=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A04321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04321 is #5FBCDE. Grayscale: #5B5B5B. Windows color (decimal): -6274271 or 2180000. OLE color: 2180000.

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

Color convert

RGB 160 67 33 -
CMYK 0 0.58 0.79 0.37
HSL 16.06º 0.66% 0.38% -
HSV(B) 16.06º 0.79% 0.63% -
XYZ 16.78 11.6 2.79 -
YUV 90.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 160 67 33 0 0.58 0.79 0.37 16.06 0.66 0.38
Hex A0 43 21 0 3A 4F 25 10 42 26
Octal 240 103 41 0 72 117 45 20 102 46
Binary 10100000 1000011 100001 0 111010 1001111 100101 10000 1000010 100110

Color Harmonies of #A04321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04321

Black with #A04321

Text Example


Text Example

White with #A04321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04321; }

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

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

background-color css

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

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

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

border-color css

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

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

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