Html Css Color HEX #A73C2A Rock Spray

📋 copy color: '#A73C2A'

red 167 ◦ green 60 ◦ blue 42

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

Shades of Rock Spray #A73C2A

Tints of Rock Spray #A73C2A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.3%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 62.08%
G = 22.3%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A73C2A (or 0xA73C2A) is known color: Rock Spray. HEX triplet: A7, 3C and 2A. RGB value is (167,60,42). Sum of RGB (Red+Green+Blue) = 167+60+42=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73C2A is #58C3D5. Grayscale: #5A5A5A. Windows color (decimal): -5817302 or 2768039. OLE color: 2768039.

HSL color Cylindrical-coordinate representation of color #A73C2A: hue angle of 8.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73C2A is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 60 42 -
CMYK 0 0.64 0.75 0.35
HSL 8.64º 0.6% 0.41% -
HSV(B) 8.64º 0.75% 0.65% -
XYZ 17.97 11.61 3.49 -
YUV 89.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 167 60 42 0 0.64 0.75 0.35 8.64 0.6 0.41
Hex A7 3C 2A 0 40 4B 23 9 3C 29
Octal 247 74 52 0 100 113 43 11 74 51
Binary 10100111 111100 101010 0 1000000 1001011 100011 1001 111100 101001

Color Harmonies of #A73C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C2A

Black with #A73C2A

Text Example


Text Example

White with #A73C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C2A; }

 p { color: rgb(167,60,42); }

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

background-color css

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

 a { background-color: rgb(167,60,42); }

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

border-color css

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

 span { border-color: rgb(167,60,42); }

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