Html Css Color HEX #A09890 Zorba

📋 copy color: '#A09890'

red 160 ◦ green 152 ◦ blue 144

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

Shades of Zorba #A09890

Tints of Zorba #A09890

RGB

 RED value IS 160 (62.89% from 255) = 35.09%

 GREEN value IS 152 (59.77% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 31.58%

R = 35.09%
G = 33.33%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A09890 (or 0xA09890) is known color: Zorba. HEX triplet: A0, 98 and 90. RGB value is (160,152,144). Sum of RGB (Red+Green+Blue) = 160+152+144=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 160 - color contains mainly: red. Hex color #A09890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09890 is #5F676F. Grayscale: #999999. Windows color (decimal): -6252400 or 9476256. OLE color: 9476256.

HSL color Cylindrical-coordinate representation of color #A09890: hue angle of 30º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A09890 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 152 144 -
CMYK 0 0.05 0.1 0.37
HSL 30º 0.08% 0.6% -
HSV(B) 30º 0.1% 0.63% -
XYZ 30.76 31.94 30.93 -
YUV 153.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 160 152 144 0 0.05 0.1 0.37 30 0.08 0.6
Hex A0 98 90 0 5 A 25 1E 8 3C
Octal 240 230 220 0 5 12 45 36 10 74
Binary 10100000 10011000 10010000 0 101 1010 100101 11110 1000 111100

Color Harmonies of #A09890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09890

Black with #A09890

Text Example


Text Example

White with #A09890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09890; }

 p { color: rgb(160,152,144); }

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

background-color css

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

 a { background-color: rgb(160,152,144); }

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

border-color css

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

 span { border-color: rgb(160,152,144); }

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