#ADB67F

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

Shades of Caper #ADB67F

Tints of Caper #ADB67F

Color information

#ADB67F (or 0xADB67F) is unknown color: approx Caper. HEX triplet: AD, B6 and 7F. RGB value is (173,182,127). Sum of RGB (Red+Green+Blue) = 173+182+127=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67F is #524980. Grayscale: #ADADAD. Windows color (decimal): -5392769 or 8369837. OLE color: 8369837.

HSL color Cylindrical-coordinate representation of color #ADB67F: hue angle of 69.82º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB67F is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB173182127-
CMYK0.0500.300.29
HSL69.82º27.36%60.59%-
HSV(B)69.82º30.22%71.37%-
XYZ37.7943.8726.56-
YUV173.04102.02127.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 127 (50% from 255) = 26.35%
R=35.89%
G=37.76%
B=26.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821270.0500.300.2969.8227.3660.59
HexADB67F501E1D461b3d
Octal2552661775036351063375
Binary1010110110110110111111110101111011101100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB67F; }

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

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

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

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

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

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

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

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