Html Css Color HEX #AAB785 Caper

📋 copy color: '#AAB785'

red 170 ◦ green 183 ◦ blue 133

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

Shades of Caper #AAB785

Tints of Caper #AAB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.65%

 BLUE value IS 133 (52.34% from 255) = 27.37%

R = 34.98%
G = 37.65%
B = 27.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#AAB785 (or 0xAAB785) is known color: Caper. HEX triplet: AA, B7 and 85. RGB value is (170,183,133). Sum of RGB (Red+Green+Blue) = 170+183+133=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB785 is #55487A. Grayscale: #ADADAD. Windows color (decimal): -5589115 or 8763306. OLE color: 8763306.

HSL color Cylindrical-coordinate representation of color #AAB785: hue angle of 75.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB785 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 133 -
CMYK 0.07 0 0.27 0.28
HSL 75.6º 0.26% 0.62% -
HSV(B) 75.6º 0.27% 0.72% -
XYZ 37.74 44.11 28.71 -
YUV 173.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 170 183 133 0.07 0 0.27 0.28 75.6 0.26 0.62
Hex AA B7 85 7 0 1B 1C 4C 1A 3E
Octal 252 267 205 7 0 33 34 114 32 76
Binary 10101010 10110111 10000101 111 0 11011 11100 1001100 11010 111110

Color Harmonies of #AAB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB785

Black with #AAB785

Text Example


Text Example

White with #AAB785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB785; }

 p { color: rgb(170,183,133); }

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

background-color css

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

 a { background-color: rgb(170,183,133); }

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

border-color css

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

 span { border-color: rgb(170,183,133); }

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