Html Css Color HEX #AAC681 Caper

📋 copy color: '#AAC681'

red 170 ◦ green 198 ◦ blue 129

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

Shades of Caper #AAC681

Tints of Caper #AAC681

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 34.21%
G = 39.84%
B = 25.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#AAC681 (or 0xAAC681) is known color: Caper. HEX triplet: AA, C6 and 81. RGB value is (170,198,129). Sum of RGB (Red+Green+Blue) = 170+198+129=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC681 is #55397E. Grayscale: #B6B6B6. Windows color (decimal): -5585279 or 8505002. OLE color: 8505002.

HSL color Cylindrical-coordinate representation of color #AAC681: hue angle of 84.35º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC681 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 129 -
CMYK 0.14 0 0.35 0.22
HSL 84.35º 0.38% 0.64% -
HSV(B) 84.35º 0.35% 0.78% -
XYZ 40.73 50.52 28.37 -
YUV 181.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 170 198 129 0.14 0 0.35 0.22 84.35 0.38 0.64
Hex AA C6 81 E 0 23 16 54 26 40
Octal 252 306 201 16 0 43 26 124 46 100
Binary 10101010 11000110 10000001 1110 0 100011 10110 1010100 100110 1000000

Color Harmonies of #AAC681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC681

Black with #AAC681

Text Example


Text Example

White with #AAC681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC681; }

 p { color: rgb(170,198,129); }

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

background-color css

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

 a { background-color: rgb(170,198,129); }

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

border-color css

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

 span { border-color: rgb(170,198,129); }

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