Html Css Color HEX #ADB570 Dark Khaki

📋 copy color: '#ADB570'

red 173 ◦ green 181 ◦ blue 112

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

Shades of Dark Khaki #ADB570

Tints of Dark Khaki #ADB570

RGB

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

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

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

R = 37.12%
G = 38.84%
B = 24.03%

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

#ADB570 (or 0xADB570) is known color: Dark Khaki. HEX triplet: AD, B5 and 70. RGB value is (173,181,112). Sum of RGB (Red+Green+Blue) = 173+181+112=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB570 is #524A8F. Grayscale: #ABABAB. Windows color (decimal): -5393040 or 7386541. OLE color: 7386541.

HSL color Cylindrical-coordinate representation of color #ADB570: hue angle of 66.96º degrees, saturation: 0.32, 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 #ADB570 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 181 112 -
CMYK 0.04 0 0.38 0.29
HSL 66.96º 0.32% 0.57% -
HSV(B) 66.96º 0.38% 0.71% -
XYZ 36.68 43.1 21.72 -
YUV 170.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 173 181 112 0.04 0 0.38 0.29 66.96 0.32 0.57
Hex AD B5 70 4 0 26 1D 43 20 39
Octal 255 265 160 4 0 46 35 103 40 71
Binary 10101101 10110101 1110000 100 0 100110 11101 1000011 100000 111001

Color Harmonies of #ADB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB570

Black with #ADB570

Text Example


Text Example

White with #ADB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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