Html Css Color HEX #AD998A Zorba

📋 copy color: '#AD998A'

red 173 ◦ green 153 ◦ blue 138

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

Shades of Zorba #AD998A

Tints of Zorba #AD998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 37.28%
G = 32.97%
B = 29.74%

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

#AD998A (or 0xAD998A) is known color: Zorba. HEX triplet: AD, 99 and 8A. RGB value is (173,153,138). Sum of RGB (Red+Green+Blue) = 173+153+138=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #AD998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD998A is #526675. Grayscale: #9D9D9D. Windows color (decimal): -5400182 or 9083309. OLE color: 9083309.

HSL color Cylindrical-coordinate representation of color #AD998A: hue angle of 25.71º degrees, saturation: 0.18, 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 #AD998A is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 138 -
CMYK 0 0.12 0.20 0.32
HSL 25.71º 0.18% 0.61% -
HSV(B) 25.71º 0.2% 0.68% -
XYZ 33.21 33.5 28.76 -
YUV 157.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 173 153 138 0 0.12 0.20 0.32 25.71 0.18 0.61
Hex AD 99 8A 0 C 14 20 1A 12 3D
Octal 255 231 212 0 14 24 40 32 22 75
Binary 10101101 10011001 10001010 0 1100 10100 100000 11010 10010 111101

Color Harmonies of #AD998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD998A

Black with #AD998A

Text Example


Text Example

White with #AD998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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