Html Css Color HEX #A4462E Rock Spray

📋 copy color: '#A4462E'

red 164 ◦ green 70 ◦ blue 46

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

Shades of Rock Spray #A4462E

Tints of Rock Spray #A4462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 58.57%
G = 25%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4462E (or 0xA4462E) is known color: Rock Spray. HEX triplet: A4, 46 and 2E. RGB value is (164,70,46). Sum of RGB (Red+Green+Blue) = 164+70+46=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4462E is #5BB9D1. Grayscale: #5F5F5F. Windows color (decimal): -6011346 or 3032740. OLE color: 3032740.

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

Color convert

RGB 164 70 46 -
CMYK 0 0.57 0.72 0.36
HSL 12.2º 0.56% 0.41% -
HSV(B) 12.2º 0.72% 0.64% -
XYZ 17.99 12.47 4.04 -
YUV 95.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 164 70 46 0 0.57 0.72 0.36 12.2 0.56 0.41
Hex A4 46 2E 0 39 48 24 C 38 29
Octal 244 106 56 0 71 110 44 14 70 51
Binary 10100100 1000110 101110 0 111001 1001000 100100 1100 111000 101001

Color Harmonies of #A4462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4462E

Black with #A4462E

Text Example


Text Example

White with #A4462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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