Html Css Color HEX #AAC081 Caper

📋 copy color: '#AAC081'

red 170 ◦ green 192 ◦ blue 129

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

Shades of Caper #AAC081

Tints of Caper #AAC081

RGB

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

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

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

R = 34.62%
G = 39.1%
B = 26.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AAC081 (or 0xAAC081) is known color: Caper. HEX triplet: AA, C0 and 81. RGB value is (170,192,129). Sum of RGB (Red+Green+Blue) = 170+192+129=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC081 is #553F7E. Grayscale: #B2B2B2. Windows color (decimal): -5586815 or 8503466. OLE color: 8503466.

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

Color convert

RGB 170 192 129 -
CMYK 0.11 0 0.33 0.25
HSL 80.95º 0.33% 0.63% -
HSV(B) 80.95º 0.33% 0.75% -
XYZ 39.39 47.83 27.93 -
YUV 178.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 170 192 129 0.11 0 0.33 0.25 80.95 0.33 0.63
Hex AA C0 81 B 0 21 19 51 21 3F
Octal 252 300 201 13 0 41 31 121 41 77
Binary 10101010 11000000 10000001 1011 0 100001 11001 1010001 100001 111111

Color Harmonies of #AAC081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC081

Black with #AAC081

Text Example


Text Example

White with #AAC081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC081; }

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

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

background-color css

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

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

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

border-color css

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

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

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