#ADB77A

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

Shades of Caper #ADB77A

Tints of Caper #ADB77A

Color information

#ADB77A (or 0xADB77A) is unknown color: approx Caper. HEX triplet: AD, B7 and 7A. RGB value is (173,183,122). Sum of RGB (Red+Green+Blue) = 173+183+122=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB77A is #524885. Grayscale: #ADADAD. Windows color (decimal): -5392518 or 8042413. OLE color: 8042413.

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

Color convert

RGB173183122-
CMYK0.0500.330.28
HSL69.84º29.76%59.8%-
HSV(B)69.84º33.33%71.76%-
XYZ37.6844.1624.95-
YUV173.0699.19127.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 183 (71.88% from 255) = 38.28%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=36.19%
G=38.28%
B=25.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731831220.0500.330.2869.8429.7659.8
HexADB77A50211C461e3c
Octal2552671725041341063674
Binary10101101101101111111010101010000111100100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB77A; }

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

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

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

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

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

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

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

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