Html Css Color HEX #A8421E Rock Spray

📋 copy color: '#A8421E'

red 168 ◦ green 66 ◦ blue 30

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

Shades of Rock Spray #A8421E

Tints of Rock Spray #A8421E

RGB

 RED value IS 168 (66.02% from 255) = 63.64%

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

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

R = 63.64%
G = 25%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8421E (or 0xA8421E) is known color: Rock Spray. HEX triplet: A8, 42 and 1E. RGB value is (168,66,30). Sum of RGB (Red+Green+Blue) = 168+66+30=264 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.64% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 168 - color contains mainly: red. Hex color #A8421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8421E is #57BDE1. Grayscale: #5C5C5C. Windows color (decimal): -5750242 or 1983144. OLE color: 1983144.

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

Color convert

RGB 168 66 30 -
CMYK 0 0.61 0.82 0.34
HSL 15.65º 0.7% 0.39% -
HSV(B) 15.65º 0.82% 0.66% -
XYZ 18.33 12.32 2.64 -
YUV 92.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 168 66 30 0 0.61 0.82 0.34 15.65 0.7 0.39
Hex A8 42 1E 0 3D 52 22 10 46 27
Octal 250 102 36 0 75 122 42 20 106 47
Binary 10101000 1000010 11110 0 111101 1010010 100010 10000 1000110 100111

Color Harmonies of #A8421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8421E

Black with #A8421E

Text Example


Text Example

White with #A8421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8421E; }

 p { color: rgb(168,66,30); }

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

background-color css

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

 a { background-color: rgb(168,66,30); }

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

border-color css

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

 span { border-color: rgb(168,66,30); }

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