Html Css Color HEX #AEBA8C Caper

📋 copy color: '#AEBA8C'

red 174 ◦ green 186 ◦ blue 140

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

Shades of Caper #AEBA8C

Tints of Caper #AEBA8C

RGB

 RED value IS 174 (68.36% from 255) = 34.8%

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

 BLUE value IS 140 (55.08% from 255) = 28%

R = 34.8%
G = 37.2%
B = 28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#AEBA8C (or 0xAEBA8C) is known color: Caper. HEX triplet: AE, BA and 8C. RGB value is (174,186,140). Sum of RGB (Red+Green+Blue) = 174+186+140=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA8C is #514573. Grayscale: #B1B1B1. Windows color (decimal): -5326196 or 9222830. OLE color: 9222830.

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

Color convert

RGB 174 186 140 -
CMYK 0.06 0 0.25 0.27
HSL 75.65º 0.25% 0.64% -
HSV(B) 75.65º 0.25% 0.73% -
XYZ 39.75 46.01 31.6 -
YUV 177.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 174 186 140 0.06 0 0.25 0.27 75.65 0.25 0.64
Hex AE BA 8C 6 0 19 1B 4C 19 40
Octal 256 272 214 6 0 31 33 114 31 100
Binary 10101110 10111010 10001100 110 0 11001 11011 1001100 11001 1000000

Color Harmonies of #AEBA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA8C

Black with #AEBA8C

Text Example


Text Example

White with #AEBA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA8C; }

 p { color: rgb(174,186,140); }

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

background-color css

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

 a { background-color: rgb(174,186,140); }

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

border-color css

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

 span { border-color: rgb(174,186,140); }

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