Html Css Color HEX #A6876A Sandal

📋 copy color: '#A6876A'

red 166 ◦ green 135 ◦ blue 106

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

Shades of Sandal #A6876A

Tints of Sandal #A6876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 40.79%
G = 33.17%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6876A (or 0xA6876A) is known color: Sandal. HEX triplet: A6, 87 and 6A. RGB value is (166,135,106). Sum of RGB (Red+Green+Blue) = 166+135+106=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A6876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6876A is #597895. Grayscale: #8D8D8D. Windows color (decimal): -5863574 or 6981542. OLE color: 6981542.

HSL color Cylindrical-coordinate representation of color #A6876A: hue angle of 29º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6876A is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 135 106 -
CMYK 0 0.19 0.36 0.35
HSL 29º 0.25% 0.53% -
HSV(B) 29º 0.36% 0.65% -
XYZ 26.99 26.48 17.32 -
YUV 140.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 166 135 106 0 0.19 0.36 0.35 29 0.25 0.53
Hex A6 87 6A 0 13 24 23 1D 19 35
Octal 246 207 152 0 23 44 43 35 31 65
Binary 10100110 10000111 1101010 0 10011 100100 100011 11101 11001 110101

Color Harmonies of #A6876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6876A

Black with #A6876A

Text Example


Text Example

White with #A6876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6876A; }

 p { color: rgb(166,135,106); }

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

background-color css

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

 a { background-color: rgb(166,135,106); }

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

border-color css

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

 span { border-color: rgb(166,135,106); }

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