Html Css Color HEX #A6452A Rock Spray

📋 copy color: '#A6452A'

red 166 ◦ green 69 ◦ blue 42

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

Shades of Rock Spray #A6452A

Tints of Rock Spray #A6452A

RGB

 RED value IS 166 (65.23% from 255) = 59.93%

 GREEN value IS 69 (27.34% from 255) = 24.91%

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

R = 59.93%
G = 24.91%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6452A (or 0xA6452A) is known color: Rock Spray. HEX triplet: A6, 45 and 2A. RGB value is (166,69,42). Sum of RGB (Red+Green+Blue) = 166+69+42=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6452A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6452A is #59BAD5. Grayscale: #5F5F5F. Windows color (decimal): -5880534 or 2770342. OLE color: 2770342.

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

Color convert

RGB 166 69 42 -
CMYK 0 0.58 0.75 0.35
HSL 13.06º 0.6% 0.41% -
HSV(B) 13.06º 0.75% 0.65% -
XYZ 18.27 12.53 3.65 -
YUV 94.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 166 69 42 0 0.58 0.75 0.35 13.06 0.6 0.41
Hex A6 45 2A 0 3A 4B 23 D 3C 29
Octal 246 105 52 0 72 113 43 15 74 51
Binary 10100110 1000101 101010 0 111010 1001011 100011 1101 111100 101001

Color Harmonies of #A6452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6452A

Black with #A6452A

Text Example


Text Example

White with #A6452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6452A; }

 p { color: rgb(166,69,42); }

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

background-color css

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

 a { background-color: rgb(166,69,42); }

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

border-color css

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

 span { border-color: rgb(166,69,42); }

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