Html Css Color HEX #A4412E Rock Spray

📋 copy color: '#A4412E'

red 164 ◦ green 65 ◦ blue 46

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

Shades of Rock Spray #A4412E

Tints of Rock Spray #A4412E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 59.64%
G = 23.64%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4412E (or 0xA4412E) is known color: Rock Spray. HEX triplet: A4, 41 and 2E. RGB value is (164,65,46). Sum of RGB (Red+Green+Blue) = 164+65+46=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4412E is #5BBED1. Grayscale: #5C5C5C. Windows color (decimal): -6012626 or 3031460. OLE color: 3031460.

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

Color convert

RGB 164 65 46 -
CMYK 0 0.60 0.72 0.36
HSL 9.66º 0.56% 0.41% -
HSV(B) 9.66º 0.72% 0.64% -
XYZ 17.69 11.87 3.94 -
YUV 92.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 164 65 46 0 0.60 0.72 0.36 9.66 0.56 0.41
Hex A4 41 2E 0 3C 48 24 A 38 29
Octal 244 101 56 0 74 110 44 12 70 51
Binary 10100100 1000001 101110 0 111100 1001000 100100 1010 111000 101001

Color Harmonies of #A4412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4412E

Black with #A4412E

Text Example


Text Example

White with #A4412E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4412E; }

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

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

background-color css

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

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

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

border-color css

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

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

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