Html Css Color HEX #A1472D Rock Spray

📋 copy color: '#A1472D'

red 161 ◦ green 71 ◦ blue 45

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

Shades of Rock Spray #A1472D

Tints of Rock Spray #A1472D

RGB

 RED value IS 161 (63.28% from 255) = 58.12%

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

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

R = 58.12%
G = 25.63%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A1472D (or 0xA1472D) is known color: Rock Spray. HEX triplet: A1, 47 and 2D. RGB value is (161,71,45). Sum of RGB (Red+Green+Blue) = 161+71+45=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1472D is #5EB8D2. Grayscale: #5F5F5F. Windows color (decimal): -6207699 or 2967457. OLE color: 2967457.

HSL color Cylindrical-coordinate representation of color #A1472D: hue angle of 13.45º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1472D is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 45 -
CMYK 0 0.56 0.72 0.37
HSL 13.45º 0.56% 0.4% -
HSV(B) 13.45º 0.72% 0.63% -
XYZ 17.42 12.27 3.93 -
YUV 94.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 161 71 45 0 0.56 0.72 0.37 13.45 0.56 0.4
Hex A1 47 2D 0 38 48 25 D 38 28
Octal 241 107 55 0 70 110 45 15 70 50
Binary 10100001 1000111 101101 0 111000 1001000 100101 1101 111000 101000

Color Harmonies of #A1472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1472D

Black with #A1472D

Text Example


Text Example

White with #A1472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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