Html Css Color HEX #ADB46F Dark Khaki

📋 copy color: '#ADB46F'

red 173 ◦ green 180 ◦ blue 111

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

Shades of Dark Khaki #ADB46F

Tints of Dark Khaki #ADB46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.92%

R = 37.28%
G = 38.79%
B = 23.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#ADB46F (or 0xADB46F) is known color: Dark Khaki. HEX triplet: AD, B4 and 6F. RGB value is (173,180,111). Sum of RGB (Red+Green+Blue) = 173+180+111=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB46F is #524B90. Grayscale: #AAAAAA. Windows color (decimal): -5393297 or 7320749. OLE color: 7320749.

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

Color convert

RGB 173 180 111 -
CMYK 0.04 0 0.38 0.29
HSL 66.09º 0.32% 0.57% -
HSV(B) 66.09º 0.38% 0.71% -
XYZ 36.42 42.67 21.36 -
YUV 170.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 173 180 111 0.04 0 0.38 0.29 66.09 0.32 0.57
Hex AD B4 6F 4 0 26 1D 42 20 39
Octal 255 264 157 4 0 46 35 102 40 71
Binary 10101101 10110100 1101111 100 0 100110 11101 1000010 100000 111001

Color Harmonies of #ADB46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB46F

Black with #ADB46F

Text Example


Text Example

White with #ADB46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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