#ADB57F

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

Shades of Caper #ADB57F

Tints of Caper #ADB57F

Color information

#ADB57F (or 0xADB57F) is unknown color: approx Caper. HEX triplet: AD, B5 and 7F. RGB value is (173,181,127). Sum of RGB (Red+Green+Blue) = 173+181+127=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB57F is #524A80. Grayscale: #ACACAC. Windows color (decimal): -5393025 or 8369581. OLE color: 8369581.

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

Color convert

RGB173181127-
CMYK0.0400.300.29
HSL68.89º26.73%60.39%-
HSV(B)68.89º29.83%70.98%-
XYZ37.5943.4626.49-
YUV172.45102.35128.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 181 (71.09% from 255) = 37.63%
BLUE value IS 127 (50% from 255) = 26.40%
R=35.97%
G=37.63%
B=26.40%

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
Decimal1731811270.0400.300.2968.8926.7360.39
HexADB57F401E1D451b3c
Octal2552651774036351053374
Binary1010110110110101111111110001111011101100010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB57F; }

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

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

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

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

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

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

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

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