Html Css Color HEX #AABB8A Caper

📋 copy color: '#AABB8A'

red 170 ◦ green 187 ◦ blue 138

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

Shades of Caper #AABB8A

Tints of Caper #AABB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.88%

R = 34.34%
G = 37.78%
B = 27.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#AABB8A (or 0xAABB8A) is known color: Caper. HEX triplet: AA, BB and 8A. RGB value is (170,187,138). Sum of RGB (Red+Green+Blue) = 170+187+138=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB8A is #554475. Grayscale: #B0B0B0. Windows color (decimal): -5588086 or 9092010. OLE color: 9092010.

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

Color convert

RGB 170 187 138 -
CMYK 0.09 0 0.26 0.27
HSL 80.82º 0.26% 0.64% -
HSV(B) 80.82º 0.26% 0.73% -
XYZ 38.94 45.92 30.86 -
YUV 176.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 170 187 138 0.09 0 0.26 0.27 80.82 0.26 0.64
Hex AA BB 8A 9 0 1A 1B 51 1A 40
Octal 252 273 212 11 0 32 33 121 32 100
Binary 10101010 10111011 10001010 1001 0 11010 11011 1010001 11010 1000000

Color Harmonies of #AABB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB8A

Black with #AABB8A

Text Example


Text Example

White with #AABB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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