Html Css Color HEX #A7422E Rock Spray

📋 copy color: '#A7422E'

red 167 ◦ green 66 ◦ blue 46

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

Shades of Rock Spray #A7422E

Tints of Rock Spray #A7422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 59.86%
G = 23.66%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7422E (or 0xA7422E) is known color: Rock Spray. HEX triplet: A7, 42 and 2E. RGB value is (167,66,46). Sum of RGB (Red+Green+Blue) = 167+66+46=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7422E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7422E is #58BDD1. Grayscale: #5E5E5E. Windows color (decimal): -5815762 or 3031719. OLE color: 3031719.

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

Color convert

RGB 167 66 46 -
CMYK 0 0.60 0.72 0.35
HSL 9.92º 0.57% 0.42% -
HSV(B) 9.92º 0.72% 0.65% -
XYZ 18.38 12.31 3.99 -
YUV 93.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 167 66 46 0 0.60 0.72 0.35 9.92 0.57 0.42
Hex A7 42 2E 0 3C 48 23 A 39 2A
Octal 247 102 56 0 74 110 43 12 71 52
Binary 10100111 1000010 101110 0 111100 1001000 100011 1010 111001 101010

Color Harmonies of #A7422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7422E

Black with #A7422E

Text Example


Text Example

White with #A7422E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7422E; }

 p { color: rgb(167,66,46); }

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

background-color css

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

 a { background-color: rgb(167,66,46); }

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

border-color css

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

 span { border-color: rgb(167,66,46); }

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