Html Css Color HEX #A69991 Zorba

📋 copy color: '#A69991'

red 166 ◦ green 153 ◦ blue 145

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

Shades of Zorba #A69991

Tints of Zorba #A69991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

 BLUE value IS 145 (57.03% from 255) = 31.25%

R = 35.78%
G = 32.97%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A69991 (or 0xA69991) is known color: Zorba. HEX triplet: A6, 99 and 91. RGB value is (166,153,145). Sum of RGB (Red+Green+Blue) = 166+153+145=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 166 - color contains mainly: red. Hex color #A69991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69991 is #59666E. Grayscale: #9C9C9C. Windows color (decimal): -5858927 or 9542054. OLE color: 9542054.

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

Color convert

RGB 166 153 145 -
CMYK 0 0.08 0.13 0.35
HSL 22.86º 0.11% 0.61% -
HSV(B) 22.86º 0.13% 0.65% -
XYZ 32.23 32.93 31.45 -
YUV 155.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 166 153 145 0 0.08 0.13 0.35 22.86 0.11 0.61
Hex A6 99 91 0 8 D 23 17 B 3D
Octal 246 231 221 0 10 15 43 27 13 75
Binary 10100110 10011001 10010001 0 1000 1101 100011 10111 1011 111101

Color Harmonies of #A69991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69991

Black with #A69991

Text Example


Text Example

White with #A69991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69991; }

 p { color: rgb(166,153,145); }

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

background-color css

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

 a { background-color: rgb(166,153,145); }

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

border-color css

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

 span { border-color: rgb(166,153,145); }

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