Html Css Color HEX #AAB98A Caper

📋 copy color: '#AAB98A'

red 170 ◦ green 185 ◦ blue 138

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

Shades of Caper #AAB98A

Tints of Caper #AAB98A

RGB

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

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

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

R = 34.48%
G = 37.53%
B = 27.99%

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

#AAB98A (or 0xAAB98A) is known color: Caper. HEX triplet: AA, B9 and 8A. RGB value is (170,185,138). Sum of RGB (Red+Green+Blue) = 170+185+138=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB98A is #554675. Grayscale: #AFAFAF. Windows color (decimal): -5588598 or 9091498. OLE color: 9091498.

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

Color convert

RGB 170 185 138 -
CMYK 0.08 0 0.25 0.27
HSL 79.15º 0.25% 0.63% -
HSV(B) 79.15º 0.25% 0.73% -
XYZ 38.51 45.08 30.72 -
YUV 175.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 170 185 138 0.08 0 0.25 0.27 79.15 0.25 0.63
Hex AA B9 8A 8 0 19 1B 4F 19 3F
Octal 252 271 212 10 0 31 33 117 31 77
Binary 10101010 10111001 10001010 1000 0 11001 11011 1001111 11001 111111

Color Harmonies of #AAB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB98A

Black with #AAB98A

Text Example


Text Example

White with #AAB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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