Html Css Color HEX #AAB681 Caper

📋 copy color: '#AAB681'

red 170 ◦ green 182 ◦ blue 129

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

Shades of Caper #AAB681

Tints of Caper #AAB681

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.84%

 BLUE value IS 129 (50.78% from 255) = 26.82%

R = 35.34%
G = 37.84%
B = 26.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#AAB681 (or 0xAAB681) is known color: Caper. HEX triplet: AA, B6 and 81. RGB value is (170,182,129). Sum of RGB (Red+Green+Blue) = 170+182+129=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB681 is #55497E. Grayscale: #ACACAC. Windows color (decimal): -5589375 or 8500906. OLE color: 8500906.

HSL color Cylindrical-coordinate representation of color #AAB681: hue angle of 73.58º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB681 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 129 -
CMYK 0.07 0 0.29 0.29
HSL 73.58º 0.27% 0.61% -
HSV(B) 73.58º 0.29% 0.71% -
XYZ 37.27 43.59 27.22 -
YUV 172.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 170 182 129 0.07 0 0.29 0.29 73.58 0.27 0.61
Hex AA B6 81 7 0 1D 1D 4A 1B 3D
Octal 252 266 201 7 0 35 35 112 33 75
Binary 10101010 10110110 10000001 111 0 11101 11101 1001010 11011 111101

Color Harmonies of #AAB681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB681

Black with #AAB681

Text Example


Text Example

White with #AAB681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB681; }

 p { color: rgb(170,182,129); }

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

background-color css

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

 a { background-color: rgb(170,182,129); }

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

border-color css

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

 span { border-color: rgb(170,182,129); }

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