Html Css Color HEX #A7472D Rock Spray

📋 copy color: '#A7472D'

red 167 ◦ green 71 ◦ blue 45

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

Shades of Rock Spray #A7472D

Tints of Rock Spray #A7472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 59.01%
G = 25.09%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7472D (or 0xA7472D) is known color: Rock Spray. HEX triplet: A7, 47 and 2D. RGB value is (167,71,45). Sum of RGB (Red+Green+Blue) = 167+71+45=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A7472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7472D is #58B8D2. Grayscale: #606060. Windows color (decimal): -5814483 or 2967463. OLE color: 2967463.

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

Color convert

RGB 167 71 45 -
CMYK 0 0.57 0.73 0.35
HSL 12.79º 0.58% 0.42% -
HSV(B) 12.79º 0.73% 0.65% -
XYZ 18.66 12.91 3.99 -
YUV 96.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 167 71 45 0 0.57 0.73 0.35 12.79 0.58 0.42
Hex A7 47 2D 0 39 49 23 D 3A 2A
Octal 247 107 55 0 71 111 43 15 72 52
Binary 10100111 1000111 101101 0 111001 1001001 100011 1101 111010 101010

Color Harmonies of #A7472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7472D

Black with #A7472D

Text Example


Text Example

White with #A7472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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