Html Css Color HEX #ADAD70 Dark Khaki

📋 copy color: '#ADAD70'

red 173 ◦ green 173 ◦ blue 112

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

Shades of Dark Khaki #ADAD70

Tints of Dark Khaki #ADAD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 37.77%
G = 37.77%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADAD70 (or 0xADAD70) is known color: Dark Khaki. HEX triplet: AD, AD and 70. RGB value is (173,173,112). Sum of RGB (Red+Green+Blue) = 173+173+112=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD70 is #52528F. Grayscale: #A6A6A6. Windows color (decimal): -5395088 or 7384493. OLE color: 7384493.

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

Color convert

RGB 173 173 112 -
CMYK 0 0 0.35 0.32
HSL 60º 0.27% 0.56% -
HSV(B) 60º 0.35% 0.68% -
XYZ 35.1 39.94 21.19 -
YUV 166.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 173 173 112 0 0 0.35 0.32 60 0.27 0.56
Hex AD AD 70 0 0 23 20 3C 1B 38
Octal 255 255 160 0 0 43 40 74 33 70
Binary 10101101 10101101 1110000 0 0 100011 100000 111100 11011 111000

Color Harmonies of #ADAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD70

Black with #ADAD70

Text Example


Text Example

White with #ADAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD70; }

 p { color: rgb(173,173,112); }

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

background-color css

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

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

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

border-color css

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

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

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