Html Css Color HEX #AAB98C Caper

📋 copy color: '#AAB98C'

red 170 ◦ green 185 ◦ blue 140

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

Shades of Caper #AAB98C

Tints of Caper #AAB98C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 140 (55.08% from 255) = 28.28%

R = 34.34%
G = 37.37%
B = 28.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#AAB98C (or 0xAAB98C) is known color: Caper. HEX triplet: AA, B9 and 8C. RGB value is (170,185,140). Sum of RGB (Red+Green+Blue) = 170+185+140=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB98C is #554673. Grayscale: #AFAFAF. Windows color (decimal): -5588596 or 9222570. OLE color: 9222570.

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

Color convert

RGB 170 185 140 -
CMYK 0.08 0 0.24 0.27
HSL 80º 0.24% 0.64% -
HSV(B) 80º 0.24% 0.73% -
XYZ 38.66 45.14 31.49 -
YUV 175.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 170 185 140 0.08 0 0.24 0.27 80 0.24 0.64
Hex AA B9 8C 8 0 18 1B 50 18 40
Octal 252 271 214 10 0 30 33 120 30 100
Binary 10101010 10111001 10001100 1000 0 11000 11011 1010000 11000 1000000

Color Harmonies of #AAB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB98C

Black with #AAB98C

Text Example


Text Example

White with #AAB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB98C; }

 p { color: rgb(170,185,140); }

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

background-color css

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

 a { background-color: rgb(170,185,140); }

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

border-color css

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

 span { border-color: rgb(170,185,140); }

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