Html Css Color HEX #ADB56E Dark Khaki

📋 copy color: '#ADB56E'

red 173 ◦ green 181 ◦ blue 110

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

Shades of Dark Khaki #ADB56E

Tints of Dark Khaki #ADB56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.01%

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

R = 37.28%
G = 39.01%
B = 23.71%

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

#ADB56E (or 0xADB56E) is known color: Dark Khaki. HEX triplet: AD, B5 and 6E. RGB value is (173,181,110). Sum of RGB (Red+Green+Blue) = 173+181+110=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56E is #524A91. Grayscale: #AAAAAA. Windows color (decimal): -5393042 or 7255469. OLE color: 7255469.

HSL color Cylindrical-coordinate representation of color #ADB56E: hue angle of 66.76º 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 #ADB56E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 110 -
CMYK 0.04 0 0.39 0.29
HSL 66.76º 0.32% 0.57% -
HSV(B) 66.76º 0.39% 0.71% -
XYZ 36.57 43.06 21.14 -
YUV 170.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 173 181 110 0.04 0 0.39 0.29 66.76 0.32 0.57
Hex AD B5 6E 4 0 27 1D 43 20 39
Octal 255 265 156 4 0 47 35 103 40 71
Binary 10101101 10110101 1101110 100 0 100111 11101 1000011 100000 111001

Color Harmonies of #ADB56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB56E

Black with #ADB56E

Text Example


Text Example

White with #ADB56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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