Html Css Color HEX #A69789 Zorba

📋 copy color: '#A69789'

red 166 ◦ green 151 ◦ blue 137

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

Shades of Zorba #A69789

Tints of Zorba #A69789

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.26%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 36.56%
G = 33.26%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A69789 (or 0xA69789) is known color: Zorba. HEX triplet: A6, 97 and 89. RGB value is (166,151,137). Sum of RGB (Red+Green+Blue) = 166+151+137=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 166 - color contains mainly: red. Hex color #A69789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69789 is #596876. Grayscale: #999999. Windows color (decimal): -5859447 or 9017254. OLE color: 9017254.

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

Color convert

RGB 166 151 137 -
CMYK 0 0.09 0.17 0.35
HSL 28.97º 0.14% 0.59% -
HSV(B) 28.97º 0.17% 0.65% -
XYZ 31.31 32.05 28.2 -
YUV 153.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 166 151 137 0 0.09 0.17 0.35 28.97 0.14 0.59
Hex A6 97 89 0 9 11 23 1D E 3B
Octal 246 227 211 0 11 21 43 35 16 73
Binary 10100110 10010111 10001001 0 1001 10001 100011 11101 1110 111011

Color Harmonies of #A69789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69789

Black with #A69789

Text Example


Text Example

White with #A69789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69789; }

 p { color: rgb(166,151,137); }

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

background-color css

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

 a { background-color: rgb(166,151,137); }

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

border-color css

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

 span { border-color: rgb(166,151,137); }

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