Html Css Color HEX #AABA7F Caper

📋 copy color: '#AABA7F'

red 170 ◦ green 186 ◦ blue 127

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

Shades of Caper #AABA7F

Tints of Caper #AABA7F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.51%

 BLUE value IS 127 (50% from 255) = 26.29%

R = 35.2%
G = 38.51%
B = 26.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#AABA7F (or 0xAABA7F) is known color: Caper. HEX triplet: AA, BA and 7F. RGB value is (170,186,127). Sum of RGB (Red+Green+Blue) = 170+186+127=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA7F is #554580. Grayscale: #AEAEAE. Windows color (decimal): -5588353 or 8370858. OLE color: 8370858.

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

Color convert

RGB 170 186 127 -
CMYK 0.09 0 0.32 0.27
HSL 76.27º 0.3% 0.61% -
HSV(B) 76.27º 0.32% 0.73% -
XYZ 37.97 45.2 26.8 -
YUV 174.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 170 186 127 0.09 0 0.32 0.27 76.27 0.3 0.61
Hex AA BA 7F 9 0 20 1B 4C 1E 3D
Octal 252 272 177 11 0 40 33 114 36 75
Binary 10101010 10111010 1111111 1001 0 100000 11011 1001100 11110 111101

Color Harmonies of #AABA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA7F

Black with #AABA7F

Text Example


Text Example

White with #AABA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA7F; }

 p { color: rgb(170,186,127); }

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

background-color css

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

 a { background-color: rgb(170,186,127); }

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

border-color css

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

 span { border-color: rgb(170,186,127); }

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