#AACB75

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

Shades of Caper #AACB75

Tints of Caper #AACB75

Color information

#AACB75 (or 0xAACB75) is unknown color: approx Caper. HEX triplet: AA, CB and 75. RGB value is (170,203,117). Sum of RGB (Red+Green+Blue) = 170+203+117=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB75 is #55348A. Grayscale: #B7B7B7. Windows color (decimal): -5584011 or 7719850. OLE color: 7719850.

HSL color Cylindrical-coordinate representation of color #AACB75: hue angle of 83.02º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AACB75 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB170203117-
CMYK0.1600.420.20
HSL83.02º45.26%62.75%-
HSV(B)83.02º42.36%79.61%-
XYZ41.1452.5424.8-
YUV183.3390.57118.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=34.69%
G=41.43%
B=23.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031170.1600.420.2083.0245.2662.75
HexAACB751002A14532d3f
Octal25231316520052241235577
Binary10101010110010111110101100000101010101001010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB75; }

 p { color: rgb(170,203,117); }

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

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

 a { background-color: rgb(170,203,117); }

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

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

 span { border-color: rgb(170,203,117); }

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