Html Css Color HEX #A59990 Zorba

📋 copy color: '#A59990'

red 165 ◦ green 153 ◦ blue 144

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

Shades of Zorba #A59990

Tints of Zorba #A59990

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

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

R = 35.71%
G = 33.12%
B = 31.17%

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

#A59990 (or 0xA59990) is known color: Zorba. HEX triplet: A5, 99 and 90. RGB value is (165,153,144). Sum of RGB (Red+Green+Blue) = 165+153+144=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 165 - color contains mainly: red. Hex color #A59990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59990 is #5A666F. Grayscale: #9B9B9B. Windows color (decimal): -5924464 or 9476517. OLE color: 9476517.

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

Color convert

RGB 165 153 144 -
CMYK 0 0.07 0.13 0.35
HSL 25.71º 0.1% 0.61% -
HSV(B) 25.71º 0.13% 0.65% -
XYZ 31.94 32.8 31.03 -
YUV 155.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 165 153 144 0 0.07 0.13 0.35 25.71 0.1 0.61
Hex A5 99 90 0 7 D 23 1A A 3D
Octal 245 231 220 0 7 15 43 32 12 75
Binary 10100101 10011001 10010000 0 111 1101 100011 11010 1010 111101

Color Harmonies of #A59990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59990

Black with #A59990

Text Example


Text Example

White with #A59990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59990; }

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

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

background-color css

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

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

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

border-color css

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

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

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