Html Css Color HEX #ADB46E Dark Khaki

📋 copy color: '#ADB46E'

red 173 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #ADB46E

Tints of Dark Khaki #ADB46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.88%

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 37.37%
G = 38.88%
B = 23.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#ADB46E (or 0xADB46E) is known color: Dark Khaki. HEX triplet: AD, B4 and 6E. RGB value is (173,180,110). Sum of RGB (Red+Green+Blue) = 173+180+110=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB46E is #524B91. Grayscale: #AAAAAA. Windows color (decimal): -5393298 or 7255213. OLE color: 7255213.

HSL color Cylindrical-coordinate representation of color #ADB46E: hue angle of 66º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADB46E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 110 -
CMYK 0.04 0 0.39 0.29
HSL 66º 0.32% 0.57% -
HSV(B) 66º 0.39% 0.71% -
XYZ 36.37 42.65 21.07 -
YUV 169.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 173 180 110 0.04 0 0.39 0.29 66 0.32 0.57
Hex AD B4 6E 4 0 27 1D 42 20 39
Octal 255 264 156 4 0 47 35 102 40 71
Binary 10101101 10110100 1101110 100 0 100111 11101 1000010 100000 111001

Color Harmonies of #ADB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB46E

Black with #ADB46E

Text Example


Text Example

White with #ADB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB46E; }

 p { color: rgb(173,180,110); }

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

background-color css

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

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

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

border-color css

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

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

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