Html Css Color HEX #A19589 Zorba

📋 copy color: '#A19589'

red 161 ◦ green 149 ◦ blue 137

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

Shades of Zorba #A19589

Tints of Zorba #A19589

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.33%

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

R = 36.02%
G = 33.33%
B = 30.65%

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

#A19589 (or 0xA19589) is known color: Zorba. HEX triplet: A1, 95 and 89. RGB value is (161,149,137). Sum of RGB (Red+Green+Blue) = 161+149+137=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 161 - color contains mainly: red. Hex color #A19589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19589 is #5E6A76. Grayscale: #979797. Windows color (decimal): -6187639 or 9016737. OLE color: 9016737.

HSL color Cylindrical-coordinate representation of color #A19589: hue angle of 30º 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 #A19589 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 149 137 -
CMYK 0 0.07 0.15 0.37
HSL 30º 0.11% 0.58% -
HSV(B) 30º 0.15% 0.63% -
XYZ 29.96 30.88 28.05 -
YUV 151.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 161 149 137 0 0.07 0.15 0.37 30 0.11 0.58
Hex A1 95 89 0 7 F 25 1E B 3A
Octal 241 225 211 0 7 17 45 36 13 72
Binary 10100001 10010101 10001001 0 111 1111 100101 11110 1011 111010

Color Harmonies of #A19589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19589

Black with #A19589

Text Example


Text Example

White with #A19589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19589; }

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

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

background-color css

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

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

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

border-color css

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

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

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