Html Css Color HEX #ADB56F Dark Khaki

📋 copy color: '#ADB56F'

red 173 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #ADB56F

Tints of Dark Khaki #ADB56F

RGB

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

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

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

R = 37.2%
G = 38.92%
B = 23.87%

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

#ADB56F (or 0xADB56F) is known color: Dark Khaki. HEX triplet: AD, B5 and 6F. RGB value is (173,181,111). Sum of RGB (Red+Green+Blue) = 173+181+111=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB56F is #524A90. Grayscale: #AAAAAA. Windows color (decimal): -5393041 or 7321005. OLE color: 7321005.

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

Color convert

RGB 173 181 111 -
CMYK 0.04 0 0.39 0.29
HSL 66.86º 0.32% 0.57% -
HSV(B) 66.86º 0.39% 0.71% -
XYZ 36.63 43.08 21.42 -
YUV 170.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 173 181 111 0.04 0 0.39 0.29 66.86 0.32 0.57
Hex AD B5 6F 4 0 27 1D 43 20 39
Octal 255 265 157 4 0 47 35 103 40 71
Binary 10101101 10110101 1101111 100 0 100111 11101 1000011 100000 111001

Color Harmonies of #ADB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB56F

Black with #ADB56F

Text Example


Text Example

White with #ADB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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