Html Css Color HEX #AABB7C Caper

📋 copy color: '#AABB7C'

red 170 ◦ green 187 ◦ blue 124

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

Shades of Caper #AABB7C

Tints of Caper #AABB7C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 124 (48.83% from 255) = 25.78%

R = 35.34%
G = 38.88%
B = 25.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#AABB7C (or 0xAABB7C) is known color: Caper. HEX triplet: AA, BB and 7C. RGB value is (170,187,124). Sum of RGB (Red+Green+Blue) = 170+187+124=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB7C is #554483. Grayscale: #AEAEAE. Windows color (decimal): -5588100 or 8174506. OLE color: 8174506.

HSL color Cylindrical-coordinate representation of color #AABB7C: hue angle of 76.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AABB7C is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 124 -
CMYK 0.09 0 0.34 0.27
HSL 76.19º 0.32% 0.61% -
HSV(B) 76.19º 0.34% 0.73% -
XYZ 37.99 45.54 25.86 -
YUV 174.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 170 187 124 0.09 0 0.34 0.27 76.19 0.32 0.61
Hex AA BB 7C 9 0 22 1B 4C 20 3D
Octal 252 273 174 11 0 42 33 114 40 75
Binary 10101010 10111011 1111100 1001 0 100010 11011 1001100 100000 111101

Color Harmonies of #AABB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB7C

Black with #AABB7C

Text Example


Text Example

White with #AABB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB7C; }

 p { color: rgb(170,187,124); }

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

background-color css

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

 a { background-color: rgb(170,187,124); }

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

border-color css

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

 span { border-color: rgb(170,187,124); }

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