Html Css Color HEX #AD9F90 Zorba

📋 copy color: '#AD9F90'

red 173 ◦ green 159 ◦ blue 144

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

Shades of Zorba #AD9F90

Tints of Zorba #AD9F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 36.34%
G = 33.4%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD9F90 (or 0xAD9F90) is known color: Zorba. HEX triplet: AD, 9F and 90. RGB value is (173,159,144). Sum of RGB (Red+Green+Blue) = 173+159+144=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9F90 is #52606F. Grayscale: #A1A1A1. Windows color (decimal): -5398640 or 9478061. OLE color: 9478061.

HSL color Cylindrical-coordinate representation of color #AD9F90: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD9F90 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 159 144 -
CMYK 0 0.08 0.17 0.32
HSL 31.03º 0.15% 0.62% -
HSV(B) 31.03º 0.17% 0.68% -
XYZ 34.67 35.69 31.45 -
YUV 161.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 173 159 144 0 0.08 0.17 0.32 31.03 0.15 0.62
Hex AD 9F 90 0 8 11 20 1F F 3E
Octal 255 237 220 0 10 21 40 37 17 76
Binary 10101101 10011111 10010000 0 1000 10001 100000 11111 1111 111110

Color Harmonies of #AD9F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F90

Black with #AD9F90

Text Example


Text Example

White with #AD9F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F90; }

 p { color: rgb(173,159,144); }

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

background-color css

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

 a { background-color: rgb(173,159,144); }

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

border-color css

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

 span { border-color: rgb(173,159,144); }

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