#ADB97F

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

Shades of Caper #ADB97F

Tints of Caper #ADB97F

Color information

#ADB97F (or 0xADB97F) is unknown color: approx Caper. HEX triplet: AD, B9 and 7F. RGB value is (173,185,127). Sum of RGB (Red+Green+Blue) = 173+185+127=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB97F is #524680. Grayscale: #AFAFAF. Windows color (decimal): -5392001 or 8370605. OLE color: 8370605.

HSL color Cylindrical-coordinate representation of color #ADB97F: hue angle of 72.41º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB97F is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB173185127-
CMYK0.0600.310.27
HSL72.41º29.29%61.18%-
HSV(B)72.41º31.35%72.55%-
XYZ38.4145.1126.76-
YUV174.8101.02126.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 185 (72.66% from 255) = 38.14%
BLUE value IS 127 (50% from 255) = 26.19%
R=35.67%
G=38.14%
B=26.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851270.0600.310.2772.4129.2961.18
HexADB97F601F1B481d3d
Octal2552711776037331103575
Binary1010110110111001111111111001111111011100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB97F; }

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

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

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

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

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

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

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

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