Html Css Color HEX #AABC69 Caper

📋 copy color: '#AABC69'

red 170 ◦ green 188 ◦ blue 105

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

Shades of Caper #AABC69

Tints of Caper #AABC69

RGB

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

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

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

R = 36.72%
G = 40.6%
B = 22.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#AABC69 (or 0xAABC69) is known color: Caper. HEX triplet: AA, BC and 69. RGB value is (170,188,105). Sum of RGB (Red+Green+Blue) = 170+188+105=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC69 is #554396. Grayscale: #ADADAD. Windows color (decimal): -5587863 or 6929578. OLE color: 6929578.

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

Color convert

RGB 170 188 105 -
CMYK 0.10 0 0.44 0.26
HSL 73.01º 0.38% 0.57% -
HSV(B) 73.01º 0.44% 0.74% -
XYZ 37.11 45.53 20.2 -
YUV 173.16 89.54 125.75 -
System Red Green Blue C M Y K H S L
Decimal 170 188 105 0.10 0 0.44 0.26 73.01 0.38 0.57
Hex AA BC 69 A 0 2C 1A 49 26 39
Octal 252 274 151 12 0 54 32 111 46 71
Binary 10101010 10111100 1101001 1010 0 101100 11010 1001001 100110 111001

Color Harmonies of #AABC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC69

Black with #AABC69

Text Example


Text Example

White with #AABC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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