Html Css Color HEX #A99585 Zorba

📋 copy color: '#A99585'

red 169 ◦ green 149 ◦ blue 133

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

Shades of Zorba #A99585

Tints of Zorba #A99585

RGB

 RED value IS 169 (66.41% from 255) = 37.47%

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 37.47%
G = 33.04%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A99585 (or 0xA99585) is known color: Zorba. HEX triplet: A9, 95 and 85. RGB value is (169,149,133). Sum of RGB (Red+Green+Blue) = 169+149+133=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A99585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99585 is #566A7A. Grayscale: #999999. Windows color (decimal): -5663355 or 8754601. OLE color: 8754601.

HSL color Cylindrical-coordinate representation of color #A99585: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99585 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 149 133 -
CMYK 0 0.12 0.21 0.34
HSL 26.67º 0.17% 0.59% -
HSV(B) 26.67º 0.21% 0.66% -
XYZ 31.34 31.62 26.64 -
YUV 153.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 169 149 133 0 0.12 0.21 0.34 26.67 0.17 0.59
Hex A9 95 85 0 C 15 22 1B 11 3B
Octal 251 225 205 0 14 25 42 33 21 73
Binary 10101001 10010101 10000101 0 1100 10101 100010 11011 10001 111011

Color Harmonies of #A99585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99585

Black with #A99585

Text Example


Text Example

White with #A99585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99585; }

 p { color: rgb(169,149,133); }

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

background-color css

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

 a { background-color: rgb(169,149,133); }

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

border-color css

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

 span { border-color: rgb(169,149,133); }

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