Html Css Color HEX #A6482D Rock Spray

📋 copy color: '#A6482D'

red 166 ◦ green 72 ◦ blue 45

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

Shades of Rock Spray #A6482D

Tints of Rock Spray #A6482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 58.66%
G = 25.44%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6482D (or 0xA6482D) is known color: Rock Spray. HEX triplet: A6, 48 and 2D. RGB value is (166,72,45). Sum of RGB (Red+Green+Blue) = 166+72+45=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6482D is #59B7D2. Grayscale: #616161. Windows color (decimal): -5879763 or 2967718. OLE color: 2967718.

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

Color convert

RGB 166 72 45 -
CMYK 0 0.57 0.73 0.35
HSL 13.39º 0.57% 0.41% -
HSV(B) 13.39º 0.73% 0.65% -
XYZ 18.52 12.93 4 -
YUV 97.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 166 72 45 0 0.57 0.73 0.35 13.39 0.57 0.41
Hex A6 48 2D 0 39 49 23 D 39 29
Octal 246 110 55 0 71 111 43 15 71 51
Binary 10100110 1001000 101101 0 111001 1001001 100011 1101 111001 101001

Color Harmonies of #A6482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6482D

Black with #A6482D

Text Example


Text Example

White with #A6482D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6482D; }

 p { color: rgb(166,72,45); }

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

background-color css

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

 a { background-color: rgb(166,72,45); }

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

border-color css

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

 span { border-color: rgb(166,72,45); }

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