Html Css Color HEX #AAB788 Caper

📋 copy color: '#AAB788'

red 170 ◦ green 183 ◦ blue 136

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

Shades of Caper #AAB788

Tints of Caper #AAB788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.42%

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

R = 34.76%
G = 37.42%
B = 27.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#AAB788 (or 0xAAB788) is known color: Caper. HEX triplet: AA, B7 and 88. RGB value is (170,183,136). Sum of RGB (Red+Green+Blue) = 170+183+136=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB788 is #554877. Grayscale: #ADADAD. Windows color (decimal): -5589112 or 8959914. OLE color: 8959914.

HSL color Cylindrical-coordinate representation of color #AAB788: hue angle of 76.6º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB788 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 136 -
CMYK 0.07 0 0.26 0.28
HSL 76.6º 0.25% 0.63% -
HSV(B) 76.6º 0.26% 0.72% -
XYZ 37.95 44.19 29.82 -
YUV 173.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 170 183 136 0.07 0 0.26 0.28 76.6 0.25 0.63
Hex AA B7 88 7 0 1A 1C 4D 19 3F
Octal 252 267 210 7 0 32 34 115 31 77
Binary 10101010 10110111 10001000 111 0 11010 11100 1001101 11001 111111

Color Harmonies of #AAB788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB788

Black with #AAB788

Text Example


Text Example

White with #AAB788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB788; }

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

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

background-color css

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

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

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

border-color css

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

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

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