Html Css Color HEX #AABA6E Caper

📋 copy color: '#AABA6E'

red 170 ◦ green 186 ◦ blue 110

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

Shades of Caper #AABA6E

Tints of Caper #AABA6E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

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

R = 36.48%
G = 39.91%
B = 23.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#AABA6E (or 0xAABA6E) is known color: Caper. HEX triplet: AA, BA and 6E. RGB value is (170,186,110). Sum of RGB (Red+Green+Blue) = 170+186+110=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA6E is #554591. Grayscale: #ACACAC. Windows color (decimal): -5588370 or 7256746. OLE color: 7256746.

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

Color convert

RGB 170 186 110 -
CMYK 0.09 0 0.41 0.27
HSL 72.63º 0.36% 0.58% -
HSV(B) 72.63º 0.41% 0.73% -
XYZ 36.95 44.79 21.45 -
YUV 172.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 170 186 110 0.09 0 0.41 0.27 72.63 0.36 0.58
Hex AA BA 6E 9 0 29 1B 49 24 3A
Octal 252 272 156 11 0 51 33 111 44 72
Binary 10101010 10111010 1101110 1001 0 101001 11011 1001001 100100 111010

Color Harmonies of #AABA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA6E

Black with #AABA6E

Text Example


Text Example

White with #AABA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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