#ADB57E

Color #ADB57E Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADB57E

Tints of Caper #ADB57E

Color information

#ADB57E (or 0xADB57E) is unknown color: approx Caper. HEX triplet: AD, B5 and 7E. RGB value is (173,181,126). Sum of RGB (Red+Green+Blue) = 173+181+126=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57E is #524A81. Grayscale: #ACACAC. Windows color (decimal): -5393026 or 8304045. OLE color: 8304045.

HSL color Cylindrical-coordinate representation of color #ADB57E: hue angle of 68.73º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB57E is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB173181126-
CMYK0.0400.300.29
HSL68.73º27.09%60.2%-
HSV(B)68.73º30.39%70.98%-
XYZ37.5243.4426.15-
YUV172.34101.85128.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 126 (49.61% from 255) = 26.25%
R=36.04%
G=37.71%
B=26.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811260.0400.300.2968.7327.0960.2
HexADB57E401E1D451b3c
Octal2552651764036351053374
Binary1010110110110101111111010001111011101100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB57E; }

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

 H1.HeaderClassName
 {
   color: #ADB57E;
 }
 .AnyTagClassName
 {
   color: #ADB57E;
 }
</style>
background-color css

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

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

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

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

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

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