Html Css Color HEX #A4462A Rock Spray

📋 copy color: '#A4462A'

red 164 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #A4462A

Tints of Rock Spray #A4462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 59.42%
G = 25.36%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4462A (or 0xA4462A) is known color: Rock Spray. HEX triplet: A4, 46 and 2A. RGB value is (164,70,42). Sum of RGB (Red+Green+Blue) = 164+70+42=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A4462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4462A is #5BB9D5. Grayscale: #5F5F5F. Windows color (decimal): -6011350 or 2770596. OLE color: 2770596.

HSL color Cylindrical-coordinate representation of color #A4462A: hue angle of 13.77º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4462A is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 42 -
CMYK 0 0.57 0.74 0.36
HSL 13.77º 0.59% 0.4% -
HSV(B) 13.77º 0.74% 0.64% -
XYZ 17.92 12.44 3.65 -
YUV 94.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 164 70 42 0 0.57 0.74 0.36 13.77 0.59 0.4
Hex A4 46 2A 0 39 4A 24 E 3B 28
Octal 244 106 52 0 71 112 44 16 73 50
Binary 10100100 1000110 101010 0 111001 1001010 100100 1110 111011 101000

Color Harmonies of #A4462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4462A

Black with #A4462A

Text Example


Text Example

White with #A4462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4462A; }

 p { color: rgb(164,70,42); }

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

background-color css

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

 a { background-color: rgb(164,70,42); }

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

border-color css

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

 span { border-color: rgb(164,70,42); }

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