Html Css Color HEX #ADAE70 Dark Khaki

📋 copy color: '#ADAE70'

red 173 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #ADAE70

Tints of Dark Khaki #ADAE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.91%

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

R = 37.69%
G = 37.91%
B = 24.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#ADAE70 (or 0xADAE70) is known color: Dark Khaki. HEX triplet: AD, AE and 70. RGB value is (173,174,112). Sum of RGB (Red+Green+Blue) = 173+174+112=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE70 is #52518F. Grayscale: #A6A6A6. Windows color (decimal): -5394832 or 7384749. OLE color: 7384749.

HSL color Cylindrical-coordinate representation of color #ADAE70: hue angle of 60.97º degrees, saturation: 0.28, 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 #ADAE70 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 174 112 -
CMYK 0.01 0 0.36 0.32
HSL 60.97º 0.28% 0.56% -
HSV(B) 60.97º 0.36% 0.68% -
XYZ 35.29 40.33 21.25 -
YUV 166.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 173 174 112 0.01 0 0.36 0.32 60.97 0.28 0.56
Hex AD AE 70 1 0 24 20 3D 1C 38
Octal 255 256 160 1 0 44 40 75 34 70
Binary 10101101 10101110 1110000 1 0 100100 100000 111101 11100 111000

Color Harmonies of #ADAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAE70

Black with #ADAE70

Text Example


Text Example

White with #ADAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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