Html Css Color HEX #A59890 Zorba

📋 copy color: '#A59890'

red 165 ◦ green 152 ◦ blue 144

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

Shades of Zorba #A59890

Tints of Zorba #A59890

RGB

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

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

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

R = 35.79%
G = 32.97%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A59890 (or 0xA59890) is known color: Zorba. HEX triplet: A5, 98 and 90. RGB value is (165,152,144). Sum of RGB (Red+Green+Blue) = 165+152+144=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59890 is #5A676F. Grayscale: #9B9B9B. Windows color (decimal): -5924720 or 9476261. OLE color: 9476261.

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

Color convert

RGB 165 152 144 -
CMYK 0 0.08 0.13 0.35
HSL 22.86º 0.1% 0.61% -
HSV(B) 22.86º 0.13% 0.65% -
XYZ 31.78 32.47 30.98 -
YUV 154.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 165 152 144 0 0.08 0.13 0.35 22.86 0.1 0.61
Hex A5 98 90 0 8 D 23 17 A 3D
Octal 245 230 220 0 10 15 43 27 12 75
Binary 10100101 10011000 10010000 0 1000 1101 100011 10111 1010 111101

Color Harmonies of #A59890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59890

Black with #A59890

Text Example


Text Example

White with #A59890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59890; }

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

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

background-color css

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

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

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

border-color css

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

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

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