Html Css Color HEX #A59A92 Zorba

📋 copy color: '#A59A92'

red 165 ◦ green 154 ◦ blue 146

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

Shades of Zorba #A59A92

Tints of Zorba #A59A92

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.12%

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

R = 35.48%
G = 33.12%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A59A92 (or 0xA59A92) is known color: Zorba. HEX triplet: A5, 9A and 92. RGB value is (165,154,146). Sum of RGB (Red+Green+Blue) = 165+154+146=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59A92 is #5A656D. Grayscale: #9C9C9C. Windows color (decimal): -5924206 or 9607845. OLE color: 9607845.

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

Color convert

RGB 165 154 146 -
CMYK 0 0.07 0.12 0.35
HSL 25.26º 0.1% 0.61% -
HSV(B) 25.26º 0.12% 0.65% -
XYZ 32.26 33.19 31.9 -
YUV 156.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 165 154 146 0 0.07 0.12 0.35 25.26 0.1 0.61
Hex A5 9A 92 0 7 C 23 19 A 3D
Octal 245 232 222 0 7 14 43 31 12 75
Binary 10100101 10011010 10010010 0 111 1100 100011 11001 1010 111101

Color Harmonies of #A59A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A92

Black with #A59A92

Text Example


Text Example

White with #A59A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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