Html Css Color HEX #ADB36F Dark Khaki

📋 copy color: '#ADB36F'

red 173 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #ADB36F

Tints of Dark Khaki #ADB36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

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

R = 37.37%
G = 38.66%
B = 23.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#ADB36F (or 0xADB36F) is known color: Dark Khaki. HEX triplet: AD, B3 and 6F. RGB value is (173,179,111). Sum of RGB (Red+Green+Blue) = 173+179+111=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB36F is #524C90. Grayscale: #A9A9A9. Windows color (decimal): -5393553 or 7320493. OLE color: 7320493.

HSL color Cylindrical-coordinate representation of color #ADB36F: hue angle of 65.29º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB36F is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 111 -
CMYK 0.03 0 0.38 0.30
HSL 65.29º 0.31% 0.57% -
HSV(B) 65.29º 0.38% 0.7% -
XYZ 36.22 42.27 21.29 -
YUV 169.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 173 179 111 0.03 0 0.38 0.30 65.29 0.31 0.57
Hex AD B3 6F 3 0 26 1E 41 1F 39
Octal 255 263 157 3 0 46 36 101 37 71
Binary 10101101 10110011 1101111 11 0 100110 11110 1000001 11111 111001

Color Harmonies of #ADB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB36F

Black with #ADB36F

Text Example


Text Example

White with #ADB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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