#ADB67A

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

Shades of Caper #ADB67A

Tints of Caper #ADB67A

Color information

#ADB67A (or 0xADB67A) is unknown color: approx Caper. HEX triplet: AD, B6 and 7A. RGB value is (173,182,122). Sum of RGB (Red+Green+Blue) = 173+182+122=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB67A is #524985. Grayscale: #ACACAC. Windows color (decimal): -5392774 or 8042157. OLE color: 8042157.

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

Color convert

RGB173182122-
CMYK0.0500.330.29
HSL69º29.13%59.61%-
HSV(B)69º32.97%71.37%-
XYZ37.4743.7524.88-
YUV172.4799.52128.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 182 (71.48% from 255) = 38.16%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=36.27%
G=38.16%
B=25.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821220.0500.330.296929.1359.61
HexADB67A50211D451d3c
Octal2552661725041351053574
Binary10101101101101101111010101010000111101100010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB67A; }

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

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

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

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

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

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

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

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