Html Css Color HEX #AABA7E Caper

📋 copy color: '#AABA7E'

red 170 ◦ green 186 ◦ blue 126

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

Shades of Caper #AABA7E

Tints of Caper #AABA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.14%

R = 35.27%
G = 38.59%
B = 26.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#AABA7E (or 0xAABA7E) is known color: Caper. HEX triplet: AA, BA and 7E. RGB value is (170,186,126). Sum of RGB (Red+Green+Blue) = 170+186+126=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA7E is #554581. Grayscale: #AEAEAE. Windows color (decimal): -5588354 or 8305322. OLE color: 8305322.

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

Color convert

RGB 170 186 126 -
CMYK 0.09 0 0.32 0.27
HSL 76º 0.3% 0.61% -
HSV(B) 76º 0.32% 0.73% -
XYZ 37.9 45.17 26.46 -
YUV 174.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 170 186 126 0.09 0 0.32 0.27 76 0.3 0.61
Hex AA BA 7E 9 0 20 1B 4C 1E 3D
Octal 252 272 176 11 0 40 33 114 36 75
Binary 10101010 10111010 1111110 1001 0 100000 11011 1001100 11110 111101

Color Harmonies of #AABA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA7E

Black with #AABA7E

Text Example


Text Example

White with #AABA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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