Html Css Color HEX #AABC8A Caper

📋 copy color: '#AABC8A'

red 170 ◦ green 188 ◦ blue 138

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

Shades of Caper #AABC8A

Tints of Caper #AABC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 138 (54.3% from 255) = 27.82%

R = 34.27%
G = 37.9%
B = 27.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#AABC8A (or 0xAABC8A) is known color: Caper. HEX triplet: AA, BC and 8A. RGB value is (170,188,138). Sum of RGB (Red+Green+Blue) = 170+188+138=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC8A is #554375. Grayscale: #B1B1B1. Windows color (decimal): -5587830 or 9092266. OLE color: 9092266.

HSL color Cylindrical-coordinate representation of color #AABC8A: hue angle of 81.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABC8A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 138 -
CMYK 0.10 0 0.27 0.26
HSL 81.6º 0.27% 0.64% -
HSV(B) 81.6º 0.27% 0.74% -
XYZ 39.15 46.35 30.93 -
YUV 176.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 170 188 138 0.10 0 0.27 0.26 81.6 0.27 0.64
Hex AA BC 8A A 0 1B 1A 52 1B 40
Octal 252 274 212 12 0 33 32 122 33 100
Binary 10101010 10111100 10001010 1010 0 11011 11010 1010010 11011 1000000

Color Harmonies of #AABC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC8A

Black with #AABC8A

Text Example


Text Example

White with #AABC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC8A; }

 p { color: rgb(170,188,138); }

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

background-color css

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

 a { background-color: rgb(170,188,138); }

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

border-color css

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

 span { border-color: rgb(170,188,138); }

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