Html Css Color HEX #A4402D Rock Spray

📋 copy color: '#A4402D'

red 164 ◦ green 64 ◦ blue 45

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

Shades of Rock Spray #A4402D

Tints of Rock Spray #A4402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 60.07%
G = 23.44%
B = 16.48%

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

#A4402D (or 0xA4402D) is known color: Rock Spray. HEX triplet: A4, 40 and 2D. RGB value is (164,64,45). Sum of RGB (Red+Green+Blue) = 164+64+45=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4402D is #5BBFD2. Grayscale: #5B5B5B. Windows color (decimal): -6012883 or 2965668. OLE color: 2965668.

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

Color convert

RGB 164 64 45 -
CMYK 0 0.61 0.73 0.36
HSL 9.58º 0.57% 0.41% -
HSV(B) 9.58º 0.73% 0.64% -
XYZ 17.62 11.75 3.82 -
YUV 91.73 101.63 179.54 -
System Red Green Blue C M Y K H S L
Decimal 164 64 45 0 0.61 0.73 0.36 9.58 0.57 0.41
Hex A4 40 2D 0 3D 49 24 A 39 29
Octal 244 100 55 0 75 111 44 12 71 51
Binary 10100100 1000000 101101 0 111101 1001001 100100 1010 111001 101001

Color Harmonies of #A4402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4402D

Black with #A4402D

Text Example


Text Example

White with #A4402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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