Html Css Color HEX #A19689 Zorba

📋 copy color: '#A19689'

red 161 ◦ green 150 ◦ blue 137

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

Shades of Zorba #A19689

Tints of Zorba #A19689

RGB

 RED value IS 161 (63.28% from 255) = 35.94%

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

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

R = 35.94%
G = 33.48%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A19689 (or 0xA19689) is known color: Zorba. HEX triplet: A1, 96 and 89. RGB value is (161,150,137). Sum of RGB (Red+Green+Blue) = 161+150+137=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 161 - color contains mainly: red. Hex color #A19689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19689 is #5E6976. Grayscale: #979797. Windows color (decimal): -6187383 or 9016993. OLE color: 9016993.

HSL color Cylindrical-coordinate representation of color #A19689: hue angle of 32.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A19689 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 137 -
CMYK 0 0.07 0.15 0.37
HSL 32.5º 0.11% 0.58% -
HSV(B) 32.5º 0.15% 0.63% -
XYZ 30.12 31.2 28.1 -
YUV 151.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 161 150 137 0 0.07 0.15 0.37 32.5 0.11 0.58
Hex A1 96 89 0 7 F 25 20 B 3A
Octal 241 226 211 0 7 17 45 40 13 72
Binary 10100001 10010110 10001001 0 111 1111 100101 100000 1011 111010

Color Harmonies of #A19689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19689

Black with #A19689

Text Example


Text Example

White with #A19689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19689; }

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

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

background-color css

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

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

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

border-color css

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

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

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