Html Css Color HEX #A9988E Zorba

📋 copy color: '#A9988E'

red 169 ◦ green 152 ◦ blue 142

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

Shades of Zorba #A9988E

Tints of Zorba #A9988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

 BLUE value IS 142 (55.86% from 255) = 30.67%

R = 36.5%
G = 32.83%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9988E (or 0xA9988E) is known color: Zorba. HEX triplet: A9, 98 and 8E. RGB value is (169,152,142). Sum of RGB (Red+Green+Blue) = 169+152+142=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A9988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9988E is #566771. Grayscale: #9C9C9C. Windows color (decimal): -5662578 or 9345193. OLE color: 9345193.

HSL color Cylindrical-coordinate representation of color #A9988E: hue angle of 22.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9988E is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 142 -
CMYK 0 0.10 0.16 0.34
HSL 22.22º 0.14% 0.61% -
HSV(B) 22.22º 0.16% 0.66% -
XYZ 32.47 32.84 30.22 -
YUV 155.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 169 152 142 0 0.10 0.16 0.34 22.22 0.14 0.61
Hex A9 98 8E 0 A 10 22 16 E 3D
Octal 251 230 216 0 12 20 42 26 16 75
Binary 10101001 10011000 10001110 0 1010 10000 100010 10110 1110 111101

Color Harmonies of #A9988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9988E

Black with #A9988E

Text Example


Text Example

White with #A9988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9988E; }

 p { color: rgb(169,152,142); }

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

background-color css

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

 a { background-color: rgb(169,152,142); }

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

border-color css

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

 span { border-color: rgb(169,152,142); }

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