Html Css Color HEX #A59C92 Zorba

📋 copy color: '#A59C92'

red 165 ◦ green 156 ◦ blue 146

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

Shades of Zorba #A59C92

Tints of Zorba #A59C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 35.33%
G = 33.4%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A59C92 (or 0xA59C92) is known color: Zorba. HEX triplet: A5, 9C and 92. RGB value is (165,156,146). Sum of RGB (Red+Green+Blue) = 165+156+146=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59C92 is #5A636D. Grayscale: #9D9D9D. Windows color (decimal): -5923694 or 9608357. OLE color: 9608357.

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

Color convert

RGB 165 156 146 -
CMYK 0 0.05 0.12 0.35
HSL 31.58º 0.1% 0.61% -
HSV(B) 31.58º 0.12% 0.65% -
XYZ 32.59 33.85 32.01 -
YUV 157.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 165 156 146 0 0.05 0.12 0.35 31.58 0.1 0.61
Hex A5 9C 92 0 5 C 23 20 A 3D
Octal 245 234 222 0 5 14 43 40 12 75
Binary 10100101 10011100 10010010 0 101 1100 100011 100000 1010 111101

Color Harmonies of #A59C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C92

Black with #A59C92

Text Example


Text Example

White with #A59C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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