Html Css Color HEX #A7431E Rock Spray

📋 copy color: '#A7431E'

red 167 ◦ green 67 ◦ blue 30

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

Shades of Rock Spray #A7431E

Tints of Rock Spray #A7431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 63.26%
G = 25.38%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A7431E (or 0xA7431E) is known color: Rock Spray. HEX triplet: A7, 43 and 1E. RGB value is (167,67,30). Sum of RGB (Red+Green+Blue) = 167+67+30=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7431E is #58BCE1. Grayscale: #5C5C5C. Windows color (decimal): -5815522 or 1983399. OLE color: 1983399.

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

Color convert

RGB 167 67 30 -
CMYK 0 0.60 0.82 0.35
HSL 16.2º 0.7% 0.39% -
HSV(B) 16.2º 0.82% 0.65% -
XYZ 18.18 12.32 2.65 -
YUV 92.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 167 67 30 0 0.60 0.82 0.35 16.2 0.7 0.39
Hex A7 43 1E 0 3C 52 23 10 46 27
Octal 247 103 36 0 74 122 43 20 106 47
Binary 10100111 1000011 11110 0 111100 1010010 100011 10000 1000110 100111

Color Harmonies of #A7431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7431E

Black with #A7431E

Text Example


Text Example

White with #A7431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7431E; }

 p { color: rgb(167,67,30); }

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

background-color css

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

 a { background-color: rgb(167,67,30); }

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

border-color css

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

 span { border-color: rgb(167,67,30); }

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