Html Css Color HEX #AAC477 Caper

📋 copy color: '#AAC477'

red 170 ◦ green 196 ◦ blue 119

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

Shades of Caper #AAC477

Tints of Caper #AAC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.41%

 BLUE value IS 119 (46.88% from 255) = 24.54%

R = 35.05%
G = 40.41%
B = 24.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#AAC477 (or 0xAAC477) is known color: Caper. HEX triplet: AA, C4 and 77. RGB value is (170,196,119). Sum of RGB (Red+Green+Blue) = 170+196+119=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC477 is #553B88. Grayscale: #B3B3B3. Windows color (decimal): -5585801 or 7849130. OLE color: 7849130.

HSL color Cylindrical-coordinate representation of color #AAC477: hue angle of 80.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC477 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 119 -
CMYK 0.13 0 0.39 0.23
HSL 80.26º 0.39% 0.62% -
HSV(B) 80.26º 0.39% 0.77% -
XYZ 39.65 49.36 24.89 -
YUV 179.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 170 196 119 0.13 0 0.39 0.23 80.26 0.39 0.62
Hex AA C4 77 D 0 27 17 50 27 3E
Octal 252 304 167 15 0 47 27 120 47 76
Binary 10101010 11000100 1110111 1101 0 100111 10111 1010000 100111 111110

Color Harmonies of #AAC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC477

Black with #AAC477

Text Example


Text Example

White with #AAC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC477; }

 p { color: rgb(170,196,119); }

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

background-color css

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

 a { background-color: rgb(170,196,119); }

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

border-color css

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

 span { border-color: rgb(170,196,119); }

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