Html Css Color HEX #A04223 Rock Spray

📋 copy color: '#A04223'

red 160 ◦ green 66 ◦ blue 35

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

Shades of Rock Spray #A04223

Tints of Rock Spray #A04223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 61.3%
G = 25.29%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04223 (or 0xA04223) is known color: Rock Spray. HEX triplet: A0, 42 and 23. RGB value is (160,66,35). Sum of RGB (Red+Green+Blue) = 160+66+35=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04223 is #5FBDDC. Grayscale: #5A5A5A. Windows color (decimal): -6274525 or 2310816. OLE color: 2310816.

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

Color convert

RGB 160 66 35 -
CMYK 0 0.59 0.78 0.37
HSL 14.88º 0.64% 0.38% -
HSV(B) 14.88º 0.78% 0.63% -
XYZ 16.75 11.49 2.93 -
YUV 90.57 96.64 177.52 -
System Red Green Blue C M Y K H S L
Decimal 160 66 35 0 0.59 0.78 0.37 14.88 0.64 0.38
Hex A0 42 23 0 3B 4E 25 F 40 26
Octal 240 102 43 0 73 116 45 17 100 46
Binary 10100000 1000010 100011 0 111011 1001110 100101 1111 1000000 100110

Color Harmonies of #A04223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04223

Black with #A04223

Text Example


Text Example

White with #A04223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04223; }

 p { color: rgb(160,66,35); }

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

background-color css

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

 a { background-color: rgb(160,66,35); }

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

border-color css

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

 span { border-color: rgb(160,66,35); }

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