Html Css Color HEX #AAC069 Caper

📋 copy color: '#AAC069'

red 170 ◦ green 192 ◦ blue 105

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

Shades of Caper #AAC069

Tints of Caper #AAC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.11%

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 36.4%
G = 41.11%
B = 22.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#AAC069 (or 0xAAC069) is known color: Caper. HEX triplet: AA, C0 and 69. RGB value is (170,192,105). Sum of RGB (Red+Green+Blue) = 170+192+105=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC069 is #553F96. Grayscale: #AFAFAF. Windows color (decimal): -5586839 or 6930602. OLE color: 6930602.

HSL color Cylindrical-coordinate representation of color #AAC069: hue angle of 75.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AAC069 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 105 -
CMYK 0.11 0 0.45 0.25
HSL 75.17º 0.41% 0.58% -
HSV(B) 75.17º 0.45% 0.75% -
XYZ 37.98 47.27 20.49 -
YUV 175.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 170 192 105 0.11 0 0.45 0.25 75.17 0.41 0.58
Hex AA C0 69 B 0 2D 19 4B 29 3A
Octal 252 300 151 13 0 55 31 113 51 72
Binary 10101010 11000000 1101001 1011 0 101101 11001 1001011 101001 111010

Color Harmonies of #AAC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC069

Black with #AAC069

Text Example


Text Example

White with #AAC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC069; }

 p { color: rgb(170,192,105); }

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

background-color css

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

 a { background-color: rgb(170,192,105); }

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

border-color css

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

 span { border-color: rgb(170,192,105); }

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