Html Css Color HEX #A7412D Rock Spray

📋 copy color: '#A7412D'

red 167 ◦ green 65 ◦ blue 45

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

Shades of Rock Spray #A7412D

Tints of Rock Spray #A7412D

RGB

 RED value IS 167 (65.63% from 255) = 60.29%

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

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

R = 60.29%
G = 23.47%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7412D (or 0xA7412D) is known color: Rock Spray. HEX triplet: A7, 41 and 2D. RGB value is (167,65,45). Sum of RGB (Red+Green+Blue) = 167+65+45=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7412D is #58BED2. Grayscale: #5D5D5D. Windows color (decimal): -5816019 or 2965927. OLE color: 2965927.

HSL color Cylindrical-coordinate representation of color #A7412D: hue angle of 9.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7412D is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 45 -
CMYK 0 0.61 0.73 0.35
HSL 9.84º 0.58% 0.42% -
HSV(B) 9.84º 0.73% 0.65% -
XYZ 18.3 12.19 3.87 -
YUV 93.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 167 65 45 0 0.61 0.73 0.35 9.84 0.58 0.42
Hex A7 41 2D 0 3D 49 23 A 3A 2A
Octal 247 101 55 0 75 111 43 12 72 52
Binary 10100111 1000001 101101 0 111101 1001001 100011 1010 111010 101010

Color Harmonies of #A7412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7412D

Black with #A7412D

Text Example


Text Example

White with #A7412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7412D; }

 p { color: rgb(167,65,45); }

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

background-color css

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

 a { background-color: rgb(167,65,45); }

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

border-color css

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

 span { border-color: rgb(167,65,45); }

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