Html Css Color HEX #A69389 Zorba

📋 copy color: '#A69389'

red 166 ◦ green 147 ◦ blue 137

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

Shades of Zorba #A69389

Tints of Zorba #A69389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 36.89%
G = 32.67%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A69389 (or 0xA69389) is known color: Zorba. HEX triplet: A6, 93 and 89. RGB value is (166,147,137). Sum of RGB (Red+Green+Blue) = 166+147+137=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69389 is #596C76. Grayscale: #979797. Windows color (decimal): -5860471 or 9016230. OLE color: 9016230.

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

Color convert

RGB 166 147 137 -
CMYK 0 0.11 0.17 0.35
HSL 20.69º 0.14% 0.59% -
HSV(B) 20.69º 0.17% 0.65% -
XYZ 30.67 30.78 27.99 -
YUV 151.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 166 147 137 0 0.11 0.17 0.35 20.69 0.14 0.59
Hex A6 93 89 0 B 11 23 15 E 3B
Octal 246 223 211 0 13 21 43 25 16 73
Binary 10100110 10010011 10001001 0 1011 10001 100011 10101 1110 111011

Color Harmonies of #A69389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69389

Black with #A69389

Text Example


Text Example

White with #A69389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69389; }

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

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

background-color css

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

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

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

border-color css

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

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

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