Html Css Color HEX #AABC7C Caper

📋 copy color: '#AABC7C'

red 170 ◦ green 188 ◦ blue 124

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

Shades of Caper #AABC7C

Tints of Caper #AABC7C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 35.27%
G = 39%
B = 25.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#AABC7C (or 0xAABC7C) is known color: Caper. HEX triplet: AA, BC and 7C. RGB value is (170,188,124). Sum of RGB (Red+Green+Blue) = 170+188+124=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC7C is #554383. Grayscale: #AFAFAF. Windows color (decimal): -5587844 or 8174762. OLE color: 8174762.

HSL color Cylindrical-coordinate representation of color #AABC7C: hue angle of 76.88º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AABC7C is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 124 -
CMYK 0.10 0 0.34 0.26
HSL 76.88º 0.32% 0.61% -
HSV(B) 76.88º 0.34% 0.74% -
XYZ 38.2 45.97 25.93 -
YUV 175.32 99.04 124.2 -
System Red Green Blue C M Y K H S L
Decimal 170 188 124 0.10 0 0.34 0.26 76.88 0.32 0.61
Hex AA BC 7C A 0 22 1A 4D 20 3D
Octal 252 274 174 12 0 42 32 115 40 75
Binary 10101010 10111100 1111100 1010 0 100010 11010 1001101 100000 111101

Color Harmonies of #AABC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC7C

Black with #AABC7C

Text Example


Text Example

White with #AABC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC7C; }

 p { color: rgb(170,188,124); }

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

background-color css

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

 a { background-color: rgb(170,188,124); }

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

border-color css

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

 span { border-color: rgb(170,188,124); }

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