Html Css Color HEX #A59A90 Zorba

📋 copy color: '#A59A90'

red 165 ◦ green 154 ◦ blue 144

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

Shades of Zorba #A59A90

Tints of Zorba #A59A90

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

 GREEN value IS 154 (60.55% from 255) = 33.26%

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

R = 35.64%
G = 33.26%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A59A90 (or 0xA59A90) is known color: Zorba. HEX triplet: A5, 9A and 90. RGB value is (165,154,144). Sum of RGB (Red+Green+Blue) = 165+154+144=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A90 is #5A656F. Grayscale: #9C9C9C. Windows color (decimal): -5924208 or 9476773. OLE color: 9476773.

HSL color Cylindrical-coordinate representation of color #A59A90: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A59A90 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 154 144 -
CMYK 0 0.07 0.13 0.35
HSL 28.57º 0.1% 0.61% -
HSV(B) 28.57º 0.13% 0.65% -
XYZ 32.11 33.12 31.09 -
YUV 156.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 165 154 144 0 0.07 0.13 0.35 28.57 0.1 0.61
Hex A5 9A 90 0 7 D 23 1D A 3D
Octal 245 232 220 0 7 15 43 35 12 75
Binary 10100101 10011010 10010000 0 111 1101 100011 11101 1010 111101

Color Harmonies of #A59A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A90

Black with #A59A90

Text Example


Text Example

White with #A59A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A90; }

 p { color: rgb(165,154,144); }

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

background-color css

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

 a { background-color: rgb(165,154,144); }

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

border-color css

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

 span { border-color: rgb(165,154,144); }

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