#ADB86F

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

Shades of Caper #ADB86F

Tints of Caper #ADB86F

Color information

#ADB86F (or 0xADB86F) is unknown color: approx Caper. HEX triplet: AD, B8 and 6F. RGB value is (173,184,111). Sum of RGB (Red+Green+Blue) = 173+184+111=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB86F is #524790. Grayscale: #ACACAC. Windows color (decimal): -5392273 or 7321773. OLE color: 7321773.

HSL color Cylindrical-coordinate representation of color #ADB86F: hue angle of 69.04º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADB86F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB173184111-
CMYK0.0600.400.28
HSL69.04º33.95%57.84%-
HSV(B)69.04º39.67%72.16%-
XYZ37.2444.3121.63-
YUV172.3993.36128.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 184 (72.27% from 255) = 39.32%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=36.97%
G=39.32%
B=23.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841110.0600.400.2869.0433.9557.84
HexADB86F60281C45223a
Octal2552701576050341054272
Binary101011011011100011011111100101000111001000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB86F; }

 p { color: rgb(173,184,111); }

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

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

 a { background-color: rgb(173,184,111); }

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

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

 span { border-color: rgb(173,184,111); }

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