Html Css Color HEX #AAB98B Caper

📋 copy color: '#AAB98B'

red 170 ◦ green 185 ◦ blue 139

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

Shades of Caper #AAB98B

Tints of Caper #AAB98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 34.41%
G = 37.45%
B = 28.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AAB98B (or 0xAAB98B) is known color: Caper. HEX triplet: AA, B9 and 8B. RGB value is (170,185,139). Sum of RGB (Red+Green+Blue) = 170+185+139=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB98B is #554674. Grayscale: #AFAFAF. Windows color (decimal): -5588597 or 9157034. OLE color: 9157034.

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

Color convert

RGB 170 185 139 -
CMYK 0.08 0 0.25 0.27
HSL 79.57º 0.25% 0.64% -
HSV(B) 79.57º 0.25% 0.73% -
XYZ 38.59 45.11 31.1 -
YUV 175.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 170 185 139 0.08 0 0.25 0.27 79.57 0.25 0.64
Hex AA B9 8B 8 0 19 1B 50 19 40
Octal 252 271 213 10 0 31 33 120 31 100
Binary 10101010 10111001 10001011 1000 0 11001 11011 1010000 11001 1000000

Color Harmonies of #AAB98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB98B

Black with #AAB98B

Text Example


Text Example

White with #AAB98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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