Html Css Color HEX #ADB471 Dark Khaki

📋 copy color: '#ADB471'

red 173 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #ADB471

Tints of Dark Khaki #ADB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.63%

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

R = 37.12%
G = 38.63%
B = 24.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#ADB471 (or 0xADB471) is known color: Dark Khaki. HEX triplet: AD, B4 and 71. RGB value is (173,180,113). Sum of RGB (Red+Green+Blue) = 173+180+113=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB471 is #524B8E. Grayscale: #AAAAAA. Windows color (decimal): -5393295 or 7451821. OLE color: 7451821.

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

Color convert

RGB 173 180 113 -
CMYK 0.04 0 0.37 0.29
HSL 66.27º 0.31% 0.57% -
HSV(B) 66.27º 0.37% 0.71% -
XYZ 36.54 42.72 21.94 -
YUV 170.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 173 180 113 0.04 0 0.37 0.29 66.27 0.31 0.57
Hex AD B4 71 4 0 25 1D 42 1F 39
Octal 255 264 161 4 0 45 35 102 37 71
Binary 10101101 10110100 1110001 100 0 100101 11101 1000010 11111 111001

Color Harmonies of #ADB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB471

Black with #ADB471

Text Example


Text Example

White with #ADB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB471; }

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

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

background-color css

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

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

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

border-color css

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

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

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