#AABA75

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

Shades of Caper #AABA75

Tints of Caper #AABA75

Color information

#AABA75 (or 0xAABA75) is unknown color: approx Caper. HEX triplet: AA, BA and 75. RGB value is (170,186,117). Sum of RGB (Red+Green+Blue) = 170+186+117=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA75 is #55458A. Grayscale: #ADADAD. Windows color (decimal): -5588363 or 7715498. OLE color: 7715498.

HSL color Cylindrical-coordinate representation of color #AABA75: hue angle of 73.91º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AABA75 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB170186117-
CMYK0.0900.370.27
HSL73.91º33.33%59.41%-
HSV(B)73.91º37.1%72.94%-
XYZ37.3544.9523.54-
YUV173.3596.2125.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=35.94%
G=39.32%
B=24.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861170.0900.370.2773.9133.3359.41
HexAABA7590251B4a213b
Octal25227216511045331124173
Binary1010101010111010111010110010100101110111001010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA75; }

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

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

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

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

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

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

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

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