Html Css Color HEX #ADAF70 Dark Khaki

📋 copy color: '#ADAF70'

red 173 ◦ green 175 ◦ blue 112

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

Shades of Dark Khaki #ADAF70

Tints of Dark Khaki #ADAF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.04%

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

R = 37.61%
G = 38.04%
B = 24.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#ADAF70 (or 0xADAF70) is known color: Dark Khaki. HEX triplet: AD, AF and 70. RGB value is (173,175,112). Sum of RGB (Red+Green+Blue) = 173+175+112=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF70 is #52508F. Grayscale: #A7A7A7. Windows color (decimal): -5394576 or 7385005. OLE color: 7385005.

HSL color Cylindrical-coordinate representation of color #ADAF70: hue angle of 61.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADAF70 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 175 112 -
CMYK 0.01 0 0.36 0.31
HSL 61.9º 0.28% 0.56% -
HSV(B) 61.9º 0.36% 0.69% -
XYZ 35.49 40.71 21.32 -
YUV 167.22 96.84 132.12 -
System Red Green Blue C M Y K H S L
Decimal 173 175 112 0.01 0 0.36 0.31 61.9 0.28 0.56
Hex AD AF 70 1 0 24 1F 3E 1C 38
Octal 255 257 160 1 0 44 37 76 34 70
Binary 10101101 10101111 1110000 1 0 100100 11111 111110 11100 111000

Color Harmonies of #ADAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAF70

Black with #ADAF70

Text Example


Text Example

White with #ADAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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