Html Css Color HEX #ADA06F Tallow

📋 copy color: '#ADA06F'

red 173 ◦ green 160 ◦ blue 111

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

Shades of Tallow #ADA06F

Tints of Tallow #ADA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 111 (43.75% from 255) = 25%

R = 38.96%
G = 36.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#ADA06F (or 0xADA06F) is known color: Tallow. HEX triplet: AD, A0 and 6F. RGB value is (173,160,111). Sum of RGB (Red+Green+Blue) = 173+160+111=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA06F is #525F90. Grayscale: #9E9E9E. Windows color (decimal): -5398417 or 7315629. OLE color: 7315629.

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

Color convert

RGB 173 160 111 -
CMYK 0 0.08 0.36 0.32
HSL 47.42º 0.27% 0.56% -
HSV(B) 47.42º 0.36% 0.68% -
XYZ 32.67 35.17 20.11 -
YUV 158.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 173 160 111 0 0.08 0.36 0.32 47.42 0.27 0.56
Hex AD A0 6F 0 8 24 20 2F 1B 38
Octal 255 240 157 0 10 44 40 57 33 70
Binary 10101101 10100000 1101111 0 1000 100100 100000 101111 11011 111000

Color Harmonies of #ADA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA06F

Black with #ADA06F

Text Example


Text Example

White with #ADA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA06F; }

 p { color: rgb(173,160,111); }

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

background-color css

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

 a { background-color: rgb(173,160,111); }

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

border-color css

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

 span { border-color: rgb(173,160,111); }

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