Html Css Color HEX #A59992 Zorba

📋 copy color: '#A59992'

red 165 ◦ green 153 ◦ blue 146

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

Shades of Zorba #A59992

Tints of Zorba #A59992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.97%

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

R = 35.56%
G = 32.97%
B = 31.47%

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

#A59992 (or 0xA59992) is known color: Zorba. HEX triplet: A5, 99 and 92. RGB value is (165,153,146). Sum of RGB (Red+Green+Blue) = 165+153+146=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 146 (57.42% from 255 or 31.47% from 464); Max value from RGB is 165 - color contains mainly: red. Hex color #A59992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59992 is #5A666D. Grayscale: #9B9B9B. Windows color (decimal): -5924462 or 9607589. OLE color: 9607589.

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

Color convert

RGB 165 153 146 -
CMYK 0 0.07 0.12 0.35
HSL 22.11º 0.1% 0.61% -
HSV(B) 22.11º 0.12% 0.65% -
XYZ 32.1 32.86 31.84 -
YUV 155.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 165 153 146 0 0.07 0.12 0.35 22.11 0.1 0.61
Hex A5 99 92 0 7 C 23 16 A 3D
Octal 245 231 222 0 7 14 43 26 12 75
Binary 10100101 10011001 10010010 0 111 1100 100011 10110 1010 111101

Color Harmonies of #A59992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59992

Black with #A59992

Text Example


Text Example

White with #A59992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59992; }

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

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

background-color css

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

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

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

border-color css

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

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

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