Html Css Color HEX #AABC7A Caper

📋 copy color: '#AABC7A'

red 170 ◦ green 188 ◦ blue 122

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

Shades of Caper #AABC7A

Tints of Caper #AABC7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 35.42%
G = 39.17%
B = 25.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#AABC7A (or 0xAABC7A) is known color: Caper. HEX triplet: AA, BC and 7A. RGB value is (170,188,122). Sum of RGB (Red+Green+Blue) = 170+188+122=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC7A is #554385. Grayscale: #AFAFAF. Windows color (decimal): -5587846 or 8043690. OLE color: 8043690.

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

Color convert

RGB 170 188 122 -
CMYK 0.10 0 0.35 0.26
HSL 76.36º 0.33% 0.61% -
HSV(B) 76.36º 0.35% 0.74% -
XYZ 38.07 45.92 25.27 -
YUV 175.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 170 188 122 0.10 0 0.35 0.26 76.36 0.33 0.61
Hex AA BC 7A A 0 23 1A 4C 21 3D
Octal 252 274 172 12 0 43 32 114 41 75
Binary 10101010 10111100 1111010 1010 0 100011 11010 1001100 100001 111101

Color Harmonies of #AABC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC7A

Black with #AABC7A

Text Example


Text Example

White with #AABC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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