Html Css Color HEX #AD998B Zorba

📋 copy color: '#AD998B'

red 173 ◦ green 153 ◦ blue 139

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

Shades of Zorba #AD998B

Tints of Zorba #AD998B

RGB

 RED value IS 173 (67.97% from 255) = 37.2%

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

 BLUE value IS 139 (54.69% from 255) = 29.89%

R = 37.2%
G = 32.9%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD998B (or 0xAD998B) is known color: Zorba. HEX triplet: AD, 99 and 8B. RGB value is (173,153,139). Sum of RGB (Red+Green+Blue) = 173+153+139=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998B is #526674. Grayscale: #9D9D9D. Windows color (decimal): -5400181 or 9148845. OLE color: 9148845.

HSL color Cylindrical-coordinate representation of color #AD998B: hue angle of 24.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD998B is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 139 -
CMYK 0 0.12 0.20 0.32
HSL 24.71º 0.17% 0.61% -
HSV(B) 24.71º 0.2% 0.68% -
XYZ 33.29 33.53 29.14 -
YUV 157.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 173 153 139 0 0.12 0.20 0.32 24.71 0.17 0.61
Hex AD 99 8B 0 C 14 20 19 11 3D
Octal 255 231 213 0 14 24 40 31 21 75
Binary 10101101 10011001 10001011 0 1100 10100 100000 11001 10001 111101

Color Harmonies of #AD998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD998B

Black with #AD998B

Text Example


Text Example

White with #AD998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD998B; }

 p { color: rgb(173,153,139); }

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

background-color css

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

 a { background-color: rgb(173,153,139); }

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

border-color css

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

 span { border-color: rgb(173,153,139); }

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