Html Css Color HEX #ADB571 Dark Khaki

📋 copy color: '#ADB571'

red 173 ◦ green 181 ◦ blue 113

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

Shades of Dark Khaki #ADB571

Tints of Dark Khaki #ADB571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 37.04%
G = 38.76%
B = 24.2%

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

#ADB571 (or 0xADB571) is known color: Dark Khaki. HEX triplet: AD, B5 and 71. RGB value is (173,181,113). Sum of RGB (Red+Green+Blue) = 173+181+113=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB571 is #524A8E. Grayscale: #ABABAB. Windows color (decimal): -5393039 or 7452077. OLE color: 7452077.

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

Color convert

RGB 173 181 113 -
CMYK 0.04 0 0.38 0.29
HSL 67.06º 0.31% 0.58% -
HSV(B) 67.06º 0.38% 0.71% -
XYZ 36.74 43.12 22.01 -
YUV 170.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 173 181 113 0.04 0 0.38 0.29 67.06 0.31 0.58
Hex AD B5 71 4 0 26 1D 43 1F 3A
Octal 255 265 161 4 0 46 35 103 37 72
Binary 10101101 10110101 1110001 100 0 100110 11101 1000011 11111 111010

Color Harmonies of #ADB571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB571

Black with #ADB571

Text Example


Text Example

White with #ADB571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB571; }

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

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

background-color css

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

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

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

border-color css

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

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

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