Html Css Color HEX #AAB96E Caper

📋 copy color: '#AAB96E'

red 170 ◦ green 185 ◦ blue 110

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

Shades of Caper #AAB96E

Tints of Caper #AAB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 36.56%
G = 39.78%
B = 23.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#AAB96E (or 0xAAB96E) is known color: Caper. HEX triplet: AA, B9 and 6E. RGB value is (170,185,110). Sum of RGB (Red+Green+Blue) = 170+185+110=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96E is #554691. Grayscale: #ACACAC. Windows color (decimal): -5588626 or 7256490. OLE color: 7256490.

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

Color convert

RGB 170 185 110 -
CMYK 0.08 0 0.41 0.27
HSL 72º 0.35% 0.58% -
HSV(B) 72º 0.41% 0.73% -
XYZ 36.74 44.37 21.38 -
YUV 171.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 170 185 110 0.08 0 0.41 0.27 72 0.35 0.58
Hex AA B9 6E 8 0 29 1B 48 23 3A
Octal 252 271 156 10 0 51 33 110 43 72
Binary 10101010 10111001 1101110 1000 0 101001 11011 1001000 100011 111010

Color Harmonies of #AAB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB96E

Black with #AAB96E

Text Example


Text Example

White with #AAB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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