Html Css Color HEX #A4402C Rock Spray

📋 copy color: '#A4402C'

red 164 ◦ green 64 ◦ blue 44

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

Shades of Rock Spray #A4402C

Tints of Rock Spray #A4402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 60.29%
G = 23.53%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4402C (or 0xA4402C) is known color: Rock Spray. HEX triplet: A4, 40 and 2C. RGB value is (164,64,44). Sum of RGB (Red+Green+Blue) = 164+64+44=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4402C is #5BBFD3. Grayscale: #5B5B5B. Windows color (decimal): -6012884 or 2900132. OLE color: 2900132.

HSL color Cylindrical-coordinate representation of color #A4402C: hue angle of 10º 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 #A4402C is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 44 -
CMYK 0 0.61 0.73 0.36
HSL 10º 0.58% 0.41% -
HSV(B) 10º 0.73% 0.64% -
XYZ 17.6 11.74 3.72 -
YUV 91.62 101.13 179.63 -
System Red Green Blue C M Y K H S L
Decimal 164 64 44 0 0.61 0.73 0.36 10 0.58 0.41
Hex A4 40 2C 0 3D 49 24 A 3A 29
Octal 244 100 54 0 75 111 44 12 72 51
Binary 10100100 1000000 101100 0 111101 1001001 100100 1010 111010 101001

Color Harmonies of #A4402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4402C

Black with #A4402C

Text Example


Text Example

White with #A4402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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