Html Css Color HEX #A39089 Zorba

📋 copy color: '#A39089'

red 163 ◦ green 144 ◦ blue 137

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

Shades of Zorba #A39089

Tints of Zorba #A39089

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 36.71%
G = 32.43%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A39089 (or 0xA39089) is known color: Zorba. HEX triplet: A3, 90 and 89. RGB value is (163,144,137). Sum of RGB (Red+Green+Blue) = 163+144+137=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39089 is #5C6F76. Grayscale: #949494. Windows color (decimal): -6057847 or 9015459. OLE color: 9015459.

HSL color Cylindrical-coordinate representation of color #A39089: hue angle of 16.15º 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 #A39089 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 137 -
CMYK 0 0.12 0.16 0.36
HSL 16.15º 0.12% 0.59% -
HSV(B) 16.15º 0.16% 0.64% -
XYZ 29.59 29.54 27.81 -
YUV 148.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 163 144 137 0 0.12 0.16 0.36 16.15 0.12 0.59
Hex A3 90 89 0 C 10 24 10 C 3B
Octal 243 220 211 0 14 20 44 20 14 73
Binary 10100011 10010000 10001001 0 1100 10000 100100 10000 1100 111011

Color Harmonies of #A39089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39089

Black with #A39089

Text Example


Text Example

White with #A39089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39089; }

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

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

background-color css

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

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

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

border-color css

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

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

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