Html Css Color HEX #A4422C Rock Spray

📋 copy color: '#A4422C'

red 164 ◦ green 66 ◦ blue 44

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

Shades of Rock Spray #A4422C

Tints of Rock Spray #A4422C

RGB

 RED value IS 164 (64.45% from 255) = 59.85%

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

 BLUE value IS 44 (17.58% from 255) = 16.06%

R = 59.85%
G = 24.09%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4422C (or 0xA4422C) is known color: Rock Spray. HEX triplet: A4, 42 and 2C. RGB value is (164,66,44). Sum of RGB (Red+Green+Blue) = 164+66+44=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4422C is #5BBDD3. Grayscale: #5C5C5C. Windows color (decimal): -6012372 or 2900644. OLE color: 2900644.

HSL color Cylindrical-coordinate representation of color #A4422C: hue angle of 11º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4422C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 44 -
CMYK 0 0.60 0.73 0.36
HSL 11º 0.58% 0.41% -
HSV(B) 11º 0.73% 0.64% -
XYZ 17.71 11.97 3.76 -
YUV 92.79 100.47 178.79 -
System Red Green Blue C M Y K H S L
Decimal 164 66 44 0 0.60 0.73 0.36 11 0.58 0.41
Hex A4 42 2C 0 3C 49 24 B 3A 29
Octal 244 102 54 0 74 111 44 13 72 51
Binary 10100100 1000010 101100 0 111100 1001001 100100 1011 111010 101001

Color Harmonies of #A4422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4422C

Black with #A4422C

Text Example


Text Example

White with #A4422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4422C; }

 p { color: rgb(164,66,44); }

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

background-color css

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

 a { background-color: rgb(164,66,44); }

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

border-color css

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

 span { border-color: rgb(164,66,44); }

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