Html Css Color HEX #A29689 Zorba

📋 copy color: '#A29689'

red 162 ◦ green 150 ◦ blue 137

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

Shades of Zorba #A29689

Tints of Zorba #A29689

RGB

 RED value IS 162 (63.67% from 255) = 36.08%

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 36.08%
G = 33.41%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A29689 (or 0xA29689) is known color: Zorba. HEX triplet: A2, 96 and 89. RGB value is (162,150,137). Sum of RGB (Red+Green+Blue) = 162+150+137=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A29689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29689 is #5D6976. Grayscale: #989898. Windows color (decimal): -6121847 or 9016994. OLE color: 9016994.

HSL color Cylindrical-coordinate representation of color #A29689: hue angle of 31.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A29689 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 150 137 -
CMYK 0 0.07 0.15 0.36
HSL 31.2º 0.12% 0.59% -
HSV(B) 31.2º 0.15% 0.64% -
XYZ 30.32 31.3 28.11 -
YUV 152.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 162 150 137 0 0.07 0.15 0.36 31.2 0.12 0.59
Hex A2 96 89 0 7 F 24 1F C 3B
Octal 242 226 211 0 7 17 44 37 14 73
Binary 10100010 10010110 10001001 0 111 1111 100100 11111 1100 111011

Color Harmonies of #A29689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29689

Black with #A29689

Text Example


Text Example

White with #A29689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29689; }

 p { color: rgb(162,150,137); }

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

background-color css

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

 a { background-color: rgb(162,150,137); }

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

border-color css

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

 span { border-color: rgb(162,150,137); }

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