Html Css Color HEX #A69486 Zorba

📋 copy color: '#A69486'

red 166 ◦ green 148 ◦ blue 134

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

Shades of Zorba #A69486

Tints of Zorba #A69486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.04%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 37.05%
G = 33.04%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A69486 (or 0xA69486) is known color: Zorba. HEX triplet: A6, 94 and 86. RGB value is (166,148,134). Sum of RGB (Red+Green+Blue) = 166+148+134=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A69486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69486 is #596B79. Grayscale: #979797. Windows color (decimal): -5860218 or 8819878. OLE color: 8819878.

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

Color convert

RGB 166 148 134 -
CMYK 0 0.11 0.19 0.35
HSL 26.25º 0.15% 0.59% -
HSV(B) 26.25º 0.19% 0.65% -
XYZ 30.62 31.01 26.93 -
YUV 151.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 166 148 134 0 0.11 0.19 0.35 26.25 0.15 0.59
Hex A6 94 86 0 B 13 23 1A F 3B
Octal 246 224 206 0 13 23 43 32 17 73
Binary 10100110 10010100 10000110 0 1011 10011 100011 11010 1111 111011

Color Harmonies of #A69486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69486

Black with #A69486

Text Example


Text Example

White with #A69486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69486; }

 p { color: rgb(166,148,134); }

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

background-color css

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

 a { background-color: rgb(166,148,134); }

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

border-color css

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

 span { border-color: rgb(166,148,134); }

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