Html Css Color HEX #A4432D Rock Spray

📋 copy color: '#A4432D'

red 164 ◦ green 67 ◦ blue 45

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

Shades of Rock Spray #A4432D

Tints of Rock Spray #A4432D

RGB

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

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

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

R = 59.42%
G = 24.28%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4432D (or 0xA4432D) is known color: Rock Spray. HEX triplet: A4, 43 and 2D. RGB value is (164,67,45). Sum of RGB (Red+Green+Blue) = 164+67+45=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4432D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4432D is #5BBCD2. Grayscale: #5D5D5D. Windows color (decimal): -6012115 or 2966436. OLE color: 2966436.

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

Color convert

RGB 164 67 45 -
CMYK 0 0.59 0.73 0.36
HSL 11.09º 0.57% 0.41% -
HSV(B) 11.09º 0.73% 0.64% -
XYZ 17.79 12.1 3.88 -
YUV 93.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 164 67 45 0 0.59 0.73 0.36 11.09 0.57 0.41
Hex A4 43 2D 0 3B 49 24 B 39 29
Octal 244 103 55 0 73 111 44 13 71 51
Binary 10100100 1000011 101101 0 111011 1001001 100100 1011 111001 101001

Color Harmonies of #A4432D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4432D

Black with #A4432D

Text Example


Text Example

White with #A4432D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4432D; }

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

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

background-color css

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

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

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

border-color css

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

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

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