Html Css Color HEX #ADB06E Dark Khaki

📋 copy color: '#ADB06E'

red 173 ◦ green 176 ◦ blue 110

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

Shades of Dark Khaki #ADB06E

Tints of Dark Khaki #ADB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.34%

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

R = 37.69%
G = 38.34%
B = 23.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#ADB06E (or 0xADB06E) is known color: Dark Khaki. HEX triplet: AD, B0 and 6E. RGB value is (173,176,110). Sum of RGB (Red+Green+Blue) = 173+176+110=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB06E is #524F91. Grayscale: #A7A7A7. Windows color (decimal): -5394322 or 7254189. OLE color: 7254189.

HSL color Cylindrical-coordinate representation of color #ADB06E: hue angle of 62.73º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADB06E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 110 -
CMYK 0.02 0 0.37 0.31
HSL 62.73º 0.29% 0.56% -
HSV(B) 62.73º 0.38% 0.69% -
XYZ 35.57 41.06 20.8 -
YUV 167.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 173 176 110 0.02 0 0.37 0.31 62.73 0.29 0.56
Hex AD B0 6E 2 0 25 1F 3F 1D 38
Octal 255 260 156 2 0 45 37 77 35 70
Binary 10101101 10110000 1101110 10 0 100101 11111 111111 11101 111000

Color Harmonies of #ADB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB06E

Black with #ADB06E

Text Example


Text Example

White with #ADB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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