Html Css Color HEX #AABC88 Caper

📋 copy color: '#AABC88'

red 170 ◦ green 188 ◦ blue 136

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

Shades of Caper #AABC88

Tints of Caper #AABC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.53%

R = 34.41%
G = 38.06%
B = 27.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#AABC88 (or 0xAABC88) is known color: Caper. HEX triplet: AA, BC and 88. RGB value is (170,188,136). Sum of RGB (Red+Green+Blue) = 170+188+136=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC88 is #554377. Grayscale: #B0B0B0. Windows color (decimal): -5587832 or 8961194. OLE color: 8961194.

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

Color convert

RGB 170 188 136 -
CMYK 0.10 0 0.28 0.26
HSL 80.77º 0.28% 0.64% -
HSV(B) 80.77º 0.28% 0.74% -
XYZ 39 46.29 30.17 -
YUV 176.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 170 188 136 0.10 0 0.28 0.26 80.77 0.28 0.64
Hex AA BC 88 A 0 1C 1A 51 1C 40
Octal 252 274 210 12 0 34 32 121 34 100
Binary 10101010 10111100 10001000 1010 0 11100 11010 1010001 11100 1000000

Color Harmonies of #AABC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC88

Black with #AABC88

Text Example


Text Example

White with #AABC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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