Html Css Color HEX #AAC083 Caper

📋 copy color: '#AAC083'

red 170 ◦ green 192 ◦ blue 131

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

Shades of Caper #AAC083

Tints of Caper #AAC083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.57%

R = 34.48%
G = 38.95%
B = 26.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#AAC083 (or 0xAAC083) is known color: Caper. HEX triplet: AA, C0 and 83. RGB value is (170,192,131). Sum of RGB (Red+Green+Blue) = 170+192+131=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC083 is #553F7C. Grayscale: #B2B2B2. Windows color (decimal): -5586813 or 8634538. OLE color: 8634538.

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

Color convert

RGB 170 192 131 -
CMYK 0.11 0 0.32 0.25
HSL 81.64º 0.33% 0.63% -
HSV(B) 81.64º 0.32% 0.75% -
XYZ 39.52 47.88 28.63 -
YUV 178.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 170 192 131 0.11 0 0.32 0.25 81.64 0.33 0.63
Hex AA C0 83 B 0 20 19 52 21 3F
Octal 252 300 203 13 0 40 31 122 41 77
Binary 10101010 11000000 10000011 1011 0 100000 11001 1010010 100001 111111

Color Harmonies of #AAC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC083

Black with #AAC083

Text Example


Text Example

White with #AAC083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC083; }

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

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

background-color css

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

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

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

border-color css

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

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

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