Html Css Color HEX #A39589 Zorba

📋 copy color: '#A39589'

red 163 ◦ green 149 ◦ blue 137

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

Shades of Zorba #A39589

Tints of Zorba #A39589

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

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

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

R = 36.3%
G = 33.18%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A39589 (or 0xA39589) is known color: Zorba. HEX triplet: A3, 95 and 89. RGB value is (163,149,137). Sum of RGB (Red+Green+Blue) = 163+149+137=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A39589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39589 is #5C6A76. Grayscale: #979797. Windows color (decimal): -6056567 or 9016739. OLE color: 9016739.

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

Color convert

RGB 163 149 137 -
CMYK 0 0.09 0.16 0.36
HSL 27.69º 0.12% 0.59% -
HSV(B) 27.69º 0.16% 0.64% -
XYZ 30.37 31.09 28.07 -
YUV 151.82 119.64 135.98 -
System Red Green Blue C M Y K H S L
Decimal 163 149 137 0 0.09 0.16 0.36 27.69 0.12 0.59
Hex A3 95 89 0 9 10 24 1C C 3B
Octal 243 225 211 0 11 20 44 34 14 73
Binary 10100011 10010101 10001001 0 1001 10000 100100 11100 1100 111011

Color Harmonies of #A39589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39589

Black with #A39589

Text Example


Text Example

White with #A39589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39589; }

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

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

background-color css

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

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

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

border-color css

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

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

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