Html Css Color HEX #A8462A Rock Spray

📋 copy color: '#A8462A'

red 168 ◦ green 70 ◦ blue 42

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

Shades of Rock Spray #A8462A

Tints of Rock Spray #A8462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25%

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

R = 60%
G = 25%
B = 15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8462A (or 0xA8462A) is known color: Rock Spray. HEX triplet: A8, 46 and 2A. RGB value is (168,70,42). Sum of RGB (Red+Green+Blue) = 168+70+42=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8462A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8462A is #57B9D5. Grayscale: #606060. Windows color (decimal): -5749206 or 2770600. OLE color: 2770600.

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

Color convert

RGB 168 70 42 -
CMYK 0 0.58 0.75 0.34
HSL 13.33º 0.6% 0.41% -
HSV(B) 13.33º 0.75% 0.66% -
XYZ 18.76 12.87 3.69 -
YUV 96.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 168 70 42 0 0.58 0.75 0.34 13.33 0.6 0.41
Hex A8 46 2A 0 3A 4B 22 D 3C 29
Octal 250 106 52 0 72 113 42 15 74 51
Binary 10101000 1000110 101010 0 111010 1001011 100010 1101 111100 101001

Color Harmonies of #A8462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8462A

Black with #A8462A

Text Example


Text Example

White with #A8462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8462A; }

 p { color: rgb(168,70,42); }

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

background-color css

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

 a { background-color: rgb(168,70,42); }

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

border-color css

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

 span { border-color: rgb(168,70,42); }

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