Html Css Color HEX #A59488 Zorba

📋 copy color: '#A59488'

red 165 ◦ green 148 ◦ blue 136

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

Shades of Zorba #A59488

Tints of Zorba #A59488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 36.75%
G = 32.96%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A59488 (or 0xA59488) is known color: Zorba. HEX triplet: A5, 94 and 88. RGB value is (165,148,136). Sum of RGB (Red+Green+Blue) = 165+148+136=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 165 - color contains mainly: red. Hex color #A59488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59488 is #5A6B77. Grayscale: #979797. Windows color (decimal): -5925752 or 8950949. OLE color: 8950949.

HSL color Cylindrical-coordinate representation of color #A59488: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59488 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 136 -
CMYK 0 0.10 0.18 0.35
HSL 24.83º 0.14% 0.59% -
HSV(B) 24.83º 0.18% 0.65% -
XYZ 30.55 30.96 27.66 -
YUV 151.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 165 148 136 0 0.10 0.18 0.35 24.83 0.14 0.59
Hex A5 94 88 0 A 12 23 19 E 3B
Octal 245 224 210 0 12 22 43 31 16 73
Binary 10100101 10010100 10001000 0 1010 10010 100011 11001 1110 111011

Color Harmonies of #A59488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59488

Black with #A59488

Text Example


Text Example

White with #A59488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59488; }

 p { color: rgb(165,148,136); }

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

background-color css

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

 a { background-color: rgb(165,148,136); }

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

border-color css

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

 span { border-color: rgb(165,148,136); }

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