Html Css Color HEX #A69B95 Zorba

📋 copy color: '#A69B95'

red 166 ◦ green 155 ◦ blue 149

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

Shades of Zorba #A69B95

Tints of Zorba #A69B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.98%

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

R = 35.32%
G = 32.98%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A69B95 (or 0xA69B95) is known color: Zorba. HEX triplet: A6, 9B and 95. RGB value is (166,155,149). Sum of RGB (Red+Green+Blue) = 166+155+149=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B95 is #59646A. Grayscale: #9D9D9D. Windows color (decimal): -5858411 or 9804710. OLE color: 9804710.

HSL color Cylindrical-coordinate representation of color #A69B95: hue angle of 21.18º 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 #A69B95 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 155 149 -
CMYK 0 0.07 0.10 0.35
HSL 21.18º 0.09% 0.62% -
HSV(B) 21.18º 0.1% 0.65% -
XYZ 32.87 33.72 33.21 -
YUV 157.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 166 155 149 0 0.07 0.10 0.35 21.18 0.09 0.62
Hex A6 9B 95 0 7 A 23 15 9 3E
Octal 246 233 225 0 7 12 43 25 11 76
Binary 10100110 10011011 10010101 0 111 1010 100011 10101 1001 111110

Color Harmonies of #A69B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B95

Black with #A69B95

Text Example


Text Example

White with #A69B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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