Html Css Color HEX #A69E95 Zorba

📋 copy color: '#A69E95'

red 166 ◦ green 158 ◦ blue 149

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

Shades of Zorba #A69E95

Tints of Zorba #A69E95

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 35.1%
G = 33.4%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69E95 (or 0xA69E95) is known color: Zorba. HEX triplet: A6, 9E and 95. RGB value is (166,158,149). Sum of RGB (Red+Green+Blue) = 166+158+149=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69E95 is #59616A. Grayscale: #9F9F9F. Windows color (decimal): -5857643 or 9805478. OLE color: 9805478.

HSL color Cylindrical-coordinate representation of color #A69E95: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69E95 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 158 149 -
CMYK 0 0.05 0.10 0.35
HSL 31.76º 0.09% 0.62% -
HSV(B) 31.76º 0.1% 0.65% -
XYZ 33.38 34.73 33.38 -
YUV 159.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 166 158 149 0 0.05 0.10 0.35 31.76 0.09 0.62
Hex A6 9E 95 0 5 A 23 20 9 3E
Octal 246 236 225 0 5 12 43 40 11 76
Binary 10100110 10011110 10010101 0 101 1010 100011 100000 1001 111110

Color Harmonies of #A69E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69E95

Black with #A69E95

Text Example


Text Example

White with #A69E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69E95; }

 p { color: rgb(166,158,149); }

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

background-color css

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

 a { background-color: rgb(166,158,149); }

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

border-color css

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

 span { border-color: rgb(166,158,149); }

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