Html Css Color HEX #A59E98 Zorba

📋 copy color: '#A59E98'

red 165 ◦ green 158 ◦ blue 152

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

Shades of Zorba #A59E98

Tints of Zorba #A59E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.26%

 BLUE value IS 152 (59.77% from 255) = 32%

R = 34.74%
G = 33.26%
B = 32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A59E98 (or 0xA59E98) is known color: Zorba. HEX triplet: A5, 9E and 98. RGB value is (165,158,152). Sum of RGB (Red+Green+Blue) = 165+158+152=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59E98 is #5A6167. Grayscale: #9F9F9F. Windows color (decimal): -5923176 or 10002085. OLE color: 10002085.

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

Color convert

RGB 165 158 152 -
CMYK 0 0.04 0.08 0.35
HSL 27.69º 0.07% 0.62% -
HSV(B) 27.69º 0.08% 0.65% -
XYZ 33.41 34.72 34.65 -
YUV 159.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 165 158 152 0 0.04 0.08 0.35 27.69 0.07 0.62
Hex A5 9E 98 0 4 8 23 1C 7 3E
Octal 245 236 230 0 4 10 43 34 7 76
Binary 10100101 10011110 10011000 0 100 1000 100011 11100 111 111110

Color Harmonies of #A59E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59E98

Black with #A59E98

Text Example


Text Example

White with #A59E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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