Html Css Color HEX #ADB472 Dark Khaki

📋 copy color: '#ADB472'

red 173 ◦ green 180 ◦ blue 114

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

Shades of Dark Khaki #ADB472

Tints of Dark Khaki #ADB472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 37.04%
G = 38.54%
B = 24.41%

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

#ADB472 (or 0xADB472) is known color: Dark Khaki. HEX triplet: AD, B4 and 72. RGB value is (173,180,114). Sum of RGB (Red+Green+Blue) = 173+180+114=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB472 is #524B8D. Grayscale: #AAAAAA. Windows color (decimal): -5393294 or 7517357. OLE color: 7517357.

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

Color convert

RGB 173 180 114 -
CMYK 0.04 0 0.37 0.29
HSL 66.36º 0.31% 0.58% -
HSV(B) 66.36º 0.37% 0.71% -
XYZ 36.59 42.74 22.24 -
YUV 170.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 173 180 114 0.04 0 0.37 0.29 66.36 0.31 0.58
Hex AD B4 72 4 0 25 1D 42 1F 3A
Octal 255 264 162 4 0 45 35 102 37 72
Binary 10101101 10110100 1110010 100 0 100101 11101 1000010 11111 111010

Color Harmonies of #ADB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB472

Black with #ADB472

Text Example


Text Example

White with #ADB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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