Html Css Color HEX #AABC7D Caper

📋 copy color: '#AABC7D'

red 170 ◦ green 188 ◦ blue 125

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

Shades of Caper #AABC7D

Tints of Caper #AABC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 35.2%
G = 38.92%
B = 25.88%

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

#AABC7D (or 0xAABC7D) is known color: Caper. HEX triplet: AA, BC and 7D. RGB value is (170,188,125). Sum of RGB (Red+Green+Blue) = 170+188+125=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC7D is #554382. Grayscale: #AFAFAF. Windows color (decimal): -5587843 or 8240298. OLE color: 8240298.

HSL color Cylindrical-coordinate representation of color #AABC7D: hue angle of 77.14º 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 #AABC7D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 125 -
CMYK 0.10 0 0.34 0.26
HSL 77.14º 0.32% 0.61% -
HSV(B) 77.14º 0.34% 0.74% -
XYZ 38.26 45.99 26.26 -
YUV 175.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 170 188 125 0.10 0 0.34 0.26 77.14 0.32 0.61
Hex AA BC 7D A 0 22 1A 4D 20 3D
Octal 252 274 175 12 0 42 32 115 40 75
Binary 10101010 10111100 1111101 1010 0 100010 11010 1001101 100000 111101

Color Harmonies of #AABC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC7D

Black with #AABC7D

Text Example


Text Example

White with #AABC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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