Html Css Color HEX #A73B1F Rock Spray

📋 copy color: '#A73B1F'

red 167 ◦ green 59 ◦ blue 31

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

Shades of Rock Spray #A73B1F

Tints of Rock Spray #A73B1F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 64.98%
G = 22.96%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A73B1F (or 0xA73B1F) is known color: Rock Spray. HEX triplet: A7, 3B and 1F. RGB value is (167,59,31). Sum of RGB (Red+Green+Blue) = 167+59+31=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A73B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73B1F is #58C4E0. Grayscale: #585858. Windows color (decimal): -5817569 or 2046887. OLE color: 2046887.

HSL color Cylindrical-coordinate representation of color #A73B1F: hue angle of 12.35º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A73B1F is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 59 31 -
CMYK 0 0.65 0.81 0.35
HSL 12.35º 0.69% 0.39% -
HSV(B) 12.35º 0.81% 0.65% -
XYZ 17.75 11.44 2.57 -
YUV 88.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 167 59 31 0 0.65 0.81 0.35 12.35 0.69 0.39
Hex A7 3B 1F 0 41 51 23 C 45 27
Octal 247 73 37 0 101 121 43 14 105 47
Binary 10100111 111011 11111 0 1000001 1010001 100011 1100 1000101 100111

Color Harmonies of #A73B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73B1F

Black with #A73B1F

Text Example


Text Example

White with #A73B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73B1F; }

 p { color: rgb(167,59,31); }

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

background-color css

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

 a { background-color: rgb(167,59,31); }

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

border-color css

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

 span { border-color: rgb(167,59,31); }

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