Html Css Color HEX #AACA80 Caper

📋 copy color: '#AACA80'

red 170 ◦ green 202 ◦ blue 128

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

Shades of Caper #AACA80

Tints of Caper #AACA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 128 (50.39% from 255) = 25.6%

R = 34%
G = 40.4%
B = 25.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#AACA80 (or 0xAACA80) is known color: Caper. HEX triplet: AA, CA and 80. RGB value is (170,202,128). Sum of RGB (Red+Green+Blue) = 170+202+128=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACA80 is #55357F. Grayscale: #B8B8B8. Windows color (decimal): -5584256 or 8440490. OLE color: 8440490.

HSL color Cylindrical-coordinate representation of color #AACA80: hue angle of 85.95º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AACA80 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 128 -
CMYK 0.16 0 0.37 0.21
HSL 85.95º 0.41% 0.65% -
HSV(B) 85.95º 0.37% 0.79% -
XYZ 41.59 52.35 28.33 -
YUV 184 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 170 202 128 0.16 0 0.37 0.21 85.95 0.41 0.65
Hex AA CA 80 10 0 25 15 56 29 41
Octal 252 312 200 20 0 45 25 126 51 101
Binary 10101010 11001010 10000000 10000 0 100101 10101 1010110 101001 1000001

Color Harmonies of #AACA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA80

Black with #AACA80

Text Example


Text Example

White with #AACA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA80; }

 p { color: rgb(170,202,128); }

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

background-color css

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

 a { background-color: rgb(170,202,128); }

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

border-color css

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

 span { border-color: rgb(170,202,128); }

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