Html Css Color HEX #ADB071 Dark Khaki

📋 copy color: '#ADB071'

red 173 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #ADB071

Tints of Dark Khaki #ADB071

RGB

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

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

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

R = 37.45%
G = 38.1%
B = 24.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#ADB071 (or 0xADB071) is known color: Dark Khaki. HEX triplet: AD, B0 and 71. RGB value is (173,176,113). Sum of RGB (Red+Green+Blue) = 173+176+113=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB071 is #524F8E. Grayscale: #A8A8A8. Windows color (decimal): -5394319 or 7450797. OLE color: 7450797.

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

Color convert

RGB 173 176 113 -
CMYK 0.02 0 0.36 0.31
HSL 62.86º 0.29% 0.57% -
HSV(B) 62.86º 0.36% 0.69% -
XYZ 35.74 41.13 21.68 -
YUV 167.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 173 176 113 0.02 0 0.36 0.31 62.86 0.29 0.57
Hex AD B0 71 2 0 24 1F 3F 1D 39
Octal 255 260 161 2 0 44 37 77 35 71
Binary 10101101 10110000 1110001 10 0 100100 11111 111111 11101 111001

Color Harmonies of #ADB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB071

Black with #ADB071

Text Example


Text Example

White with #ADB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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