Html Css Color HEX #AAC774 Caper

📋 copy color: '#AAC774'

red 170 ◦ green 199 ◦ blue 116

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

Shades of Caper #AAC774

Tints of Caper #AAC774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.03%

 BLUE value IS 116 (45.7% from 255) = 23.92%

R = 35.05%
G = 41.03%
B = 23.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#AAC774 (or 0xAAC774) is known color: Caper. HEX triplet: AA, C7 and 74. RGB value is (170,199,116). Sum of RGB (Red+Green+Blue) = 170+199+116=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC774 is #55388B. Grayscale: #B5B5B5. Windows color (decimal): -5585036 or 7653290. OLE color: 7653290.

HSL color Cylindrical-coordinate representation of color #AAC774: hue angle of 80.96º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC774 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 116 -
CMYK 0.15 0 0.42 0.22
HSL 80.96º 0.43% 0.62% -
HSV(B) 80.96º 0.42% 0.78% -
XYZ 40.15 50.65 24.18 -
YUV 180.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 170 199 116 0.15 0 0.42 0.22 80.96 0.43 0.62
Hex AA C7 74 F 0 2A 16 51 2B 3E
Octal 252 307 164 17 0 52 26 121 53 76
Binary 10101010 11000111 1110100 1111 0 101010 10110 1010001 101011 111110

Color Harmonies of #AAC774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC774

Black with #AAC774

Text Example


Text Example

White with #AAC774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC774; }

 p { color: rgb(170,199,116); }

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

background-color css

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

 a { background-color: rgb(170,199,116); }

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

border-color css

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

 span { border-color: rgb(170,199,116); }

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