#ADB77F

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

Shades of Caper #ADB77F

Tints of Caper #ADB77F

Color information

#ADB77F (or 0xADB77F) is unknown color: approx Caper. HEX triplet: AD, B7 and 7F. RGB value is (173,183,127). Sum of RGB (Red+Green+Blue) = 173+183+127=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB77F is #524880. Grayscale: #ADADAD. Windows color (decimal): -5392513 or 8370093. OLE color: 8370093.

HSL color Cylindrical-coordinate representation of color #ADB77F: hue angle of 70.71º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB77F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB173183127-
CMYK0.0500.310.28
HSL70.71º28%60.78%-
HSV(B)70.71º30.6%71.76%-
XYZ3844.2826.62-
YUV173.63101.69127.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.82%
GREEN value IS 183 (71.88% from 255) = 37.89%
BLUE value IS 127 (50% from 255) = 26.29%
R=35.82%
G=37.89%
B=26.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831270.0500.310.2870.712860.78
HexADB77F501F1C471c3d
Octal2552671775037341073475
Binary1010110110110111111111110101111111100100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB77F; }

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

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

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

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

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

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

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

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