Html Css Color HEX #AABA81 Caper

📋 copy color: '#AABA81'

red 170 ◦ green 186 ◦ blue 129

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

Shades of Caper #AABA81

Tints of Caper #AABA81

RGB

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

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

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

R = 35.05%
G = 38.35%
B = 26.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#AABA81 (or 0xAABA81) is known color: Caper. HEX triplet: AA, BA and 81. RGB value is (170,186,129). Sum of RGB (Red+Green+Blue) = 170+186+129=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 129 (50.78% from 255 or 26.60% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA81 is #55457E. Grayscale: #AEAEAE. Windows color (decimal): -5588351 or 8501930. OLE color: 8501930.

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

Color convert

RGB 170 186 129 -
CMYK 0.09 0 0.31 0.27
HSL 76.84º 0.29% 0.62% -
HSV(B) 76.84º 0.31% 0.73% -
XYZ 38.1 45.25 27.49 -
YUV 174.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 170 186 129 0.09 0 0.31 0.27 76.84 0.29 0.62
Hex AA BA 81 9 0 1F 1B 4D 1D 3E
Octal 252 272 201 11 0 37 33 115 35 76
Binary 10101010 10111010 10000001 1001 0 11111 11011 1001101 11101 111110

Color Harmonies of #AABA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA81

Black with #AABA81

Text Example


Text Example

White with #AABA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA81; }

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

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

background-color css

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

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

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

border-color css

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

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

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