Html Css Color HEX #AAC085 Caper

📋 copy color: '#AAC085'

red 170 ◦ green 192 ◦ blue 133

#AAC085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #AAC085

Tints of Caper #AAC085

RGB

 RED value IS 170 (66.8% from 255) = 34.34%

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 133 (52.34% from 255) = 26.87%

R = 34.34%
G = 38.79%
B = 26.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#AAC085 (or 0xAAC085) is known color: Caper. HEX triplet: AA, C0 and 85. RGB value is (170,192,133). Sum of RGB (Red+Green+Blue) = 170+192+133=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC085 is #553F7A. Grayscale: #B2B2B2. Windows color (decimal): -5586811 or 8765610. OLE color: 8765610.

HSL color Cylindrical-coordinate representation of color #AAC085: hue angle of 82.37º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC085 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 133 -
CMYK 0.11 0 0.31 0.25
HSL 82.37º 0.32% 0.64% -
HSV(B) 82.37º 0.31% 0.75% -
XYZ 39.66 47.94 29.35 -
YUV 178.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 170 192 133 0.11 0 0.31 0.25 82.37 0.32 0.64
Hex AA C0 85 B 0 1F 19 52 20 40
Octal 252 300 205 13 0 37 31 122 40 100
Binary 10101010 11000000 10000101 1011 0 11111 11001 1010010 100000 1000000

Color Harmonies of #AAC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC085

Black with #AAC085

Text Example


Text Example

White with #AAC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC085; }

 p { color: rgb(170,192,133); }

 H1.HeaderClassName
 {
   color: #AAC085;
 }
 .AnyTagClassName
 {
   color: #AAC085;
 }
</style>

background-color css

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

 a { background-color: rgb(170,192,133); }

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

border-color css

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

 span { border-color: rgb(170,192,133); }

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