Html Css Color HEX #AAB97A Caper

📋 copy color: '#AAB97A'

red 170 ◦ green 185 ◦ blue 122

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

Shades of Caper #AAB97A

Tints of Caper #AAB97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 35.64%
G = 38.78%
B = 25.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#AAB97A (or 0xAAB97A) is known color: Caper. HEX triplet: AA, B9 and 7A. RGB value is (170,185,122). Sum of RGB (Red+Green+Blue) = 170+185+122=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB97A is #554685. Grayscale: #ADADAD. Windows color (decimal): -5588614 or 8042922. OLE color: 8042922.

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

Color convert

RGB 170 185 122 -
CMYK 0.08 0 0.34 0.27
HSL 74.29º 0.31% 0.6% -
HSV(B) 74.29º 0.34% 0.73% -
XYZ 37.44 44.65 25.06 -
YUV 173.33 99.03 125.62 -
System Red Green Blue C M Y K H S L
Decimal 170 185 122 0.08 0 0.34 0.27 74.29 0.31 0.6
Hex AA B9 7A 8 0 22 1B 4A 1F 3C
Octal 252 271 172 10 0 42 33 112 37 74
Binary 10101010 10111001 1111010 1000 0 100010 11011 1001010 11111 111100

Color Harmonies of #AAB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB97A

Black with #AAB97A

Text Example


Text Example

White with #AAB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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