Html Css Color HEX #AAB96D Caper

📋 copy color: '#AAB96D'

red 170 ◦ green 185 ◦ blue 109

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

Shades of Caper #AAB96D

Tints of Caper #AAB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.49%

R = 36.64%
G = 39.87%
B = 23.49%

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

#AAB96D (or 0xAAB96D) is known color: Caper. HEX triplet: AA, B9 and 6D. RGB value is (170,185,109). Sum of RGB (Red+Green+Blue) = 170+185+109=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96D is #554692. Grayscale: #ACACAC. Windows color (decimal): -5588627 or 7190954. OLE color: 7190954.

HSL color Cylindrical-coordinate representation of color #AAB96D: hue angle of 71.84º 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 #AAB96D is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 109 -
CMYK 0.08 0 0.41 0.27
HSL 71.84º 0.35% 0.58% -
HSV(B) 71.84º 0.41% 0.73% -
XYZ 36.69 44.35 21.09 -
YUV 171.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 170 185 109 0.08 0 0.41 0.27 71.84 0.35 0.58
Hex AA B9 6D 8 0 29 1B 48 23 3A
Octal 252 271 155 10 0 51 33 110 43 72
Binary 10101010 10111001 1101101 1000 0 101001 11011 1001000 100011 111010

Color Harmonies of #AAB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB96D

Black with #AAB96D

Text Example


Text Example

White with #AAB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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