Html Css Color HEX #A59C95 Zorba

📋 copy color: '#A59C95'

red 165 ◦ green 156 ◦ blue 149

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

Shades of Zorba #A59C95

Tints of Zorba #A59C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.19%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 35.11%
G = 33.19%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A59C95 (or 0xA59C95) is known color: Zorba. HEX triplet: A5, 9C and 95. RGB value is (165,156,149). Sum of RGB (Red+Green+Blue) = 165+156+149=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C95 is #5A636A. Grayscale: #9D9D9D. Windows color (decimal): -5923691 or 9804965. OLE color: 9804965.

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

Color convert

RGB 165 156 149 -
CMYK 0 0.05 0.10 0.35
HSL 26.25º 0.08% 0.62% -
HSV(B) 26.25º 0.1% 0.65% -
XYZ 32.83 33.95 33.26 -
YUV 157.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 165 156 149 0 0.05 0.10 0.35 26.25 0.08 0.62
Hex A5 9C 95 0 5 A 23 1A 8 3E
Octal 245 234 225 0 5 12 43 32 10 76
Binary 10100101 10011100 10010101 0 101 1010 100011 11010 1000 111110

Color Harmonies of #A59C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C95

Black with #A59C95

Text Example


Text Example

White with #A59C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C95; }

 p { color: rgb(165,156,149); }

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

background-color css

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

 a { background-color: rgb(165,156,149); }

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

border-color css

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

 span { border-color: rgb(165,156,149); }

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