Html Css Color HEX #AAC875 Caper

📋 copy color: '#AAC875'

red 170 ◦ green 200 ◦ blue 117

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

Shades of Caper #AAC875

Tints of Caper #AAC875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.07%

 BLUE value IS 117 (46.09% from 255) = 24.02%

R = 34.91%
G = 41.07%
B = 24.02%

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

#AAC875 (or 0xAAC875) is known color: Caper. HEX triplet: AA, C8 and 75. RGB value is (170,200,117). Sum of RGB (Red+Green+Blue) = 170+200+117=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC875 is #55378A. Grayscale: #B5B5B5. Windows color (decimal): -5584779 or 7719082. OLE color: 7719082.

HSL color Cylindrical-coordinate representation of color #AAC875: hue angle of 81.69º 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 #AAC875 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 117 -
CMYK 0.15 0 0.42 0.22
HSL 81.69º 0.43% 0.62% -
HSV(B) 81.69º 0.42% 0.78% -
XYZ 40.44 51.14 24.57 -
YUV 181.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 170 200 117 0.15 0 0.42 0.22 81.69 0.43 0.62
Hex AA C8 75 F 0 2A 16 52 2B 3E
Octal 252 310 165 17 0 52 26 122 53 76
Binary 10101010 11001000 1110101 1111 0 101010 10110 1010010 101011 111110

Color Harmonies of #AAC875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC875

Black with #AAC875

Text Example


Text Example

White with #AAC875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC875; }

 p { color: rgb(170,200,117); }

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

background-color css

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

 a { background-color: rgb(170,200,117); }

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

border-color css

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

 span { border-color: rgb(170,200,117); }

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