Html Css Color HEX #ADAC70 Dark Khaki

📋 copy color: '#ADAC70'

red 173 ◦ green 172 ◦ blue 112

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

Shades of Dark Khaki #ADAC70

Tints of Dark Khaki #ADAC70

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.64%

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

R = 37.86%
G = 37.64%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADAC70 (or 0xADAC70) is known color: Dark Khaki. HEX triplet: AD, AC and 70. RGB value is (173,172,112). Sum of RGB (Red+Green+Blue) = 173+172+112=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC70 is #52538F. Grayscale: #A5A5A5. Windows color (decimal): -5395344 or 7384237. OLE color: 7384237.

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

Color convert

RGB 173 172 112 -
CMYK 0 0.01 0.35 0.32
HSL 59.02º 0.27% 0.56% -
HSV(B) 59.02º 0.35% 0.68% -
XYZ 34.91 39.56 21.12 -
YUV 165.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 173 172 112 0 0.01 0.35 0.32 59.02 0.27 0.56
Hex AD AC 70 0 1 23 20 3B 1B 38
Octal 255 254 160 0 1 43 40 73 33 70
Binary 10101101 10101100 1110000 0 1 100011 100000 111011 11011 111000

Color Harmonies of #ADAC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC70

Black with #ADAC70

Text Example


Text Example

White with #ADAC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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