Html Css Color HEX #ADB470 Dark Khaki

📋 copy color: '#ADB470'

red 173 ◦ green 180 ◦ blue 112

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

Shades of Dark Khaki #ADB470

Tints of Dark Khaki #ADB470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.09%

R = 37.2%
G = 38.71%
B = 24.09%

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

#ADB470 (or 0xADB470) is known color: Dark Khaki. HEX triplet: AD, B4 and 70. RGB value is (173,180,112). Sum of RGB (Red+Green+Blue) = 173+180+112=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB470 is #524B8F. Grayscale: #AAAAAA. Windows color (decimal): -5393296 or 7386285. OLE color: 7386285.

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

Color convert

RGB 173 180 112 -
CMYK 0.04 0 0.38 0.29
HSL 66.18º 0.31% 0.57% -
HSV(B) 66.18º 0.38% 0.71% -
XYZ 36.48 42.7 21.65 -
YUV 170.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 173 180 112 0.04 0 0.38 0.29 66.18 0.31 0.57
Hex AD B4 70 4 0 26 1D 42 1F 39
Octal 255 264 160 4 0 46 35 102 37 71
Binary 10101101 10110100 1110000 100 0 100110 11101 1000010 11111 111001

Color Harmonies of #ADB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB470

Black with #ADB470

Text Example


Text Example

White with #ADB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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