Html Css Color HEX #AEBA80 Caper

📋 copy color: '#AEBA80'

red 174 ◦ green 186 ◦ blue 128

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

Shades of Caper #AEBA80

Tints of Caper #AEBA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 35.66%
G = 38.11%
B = 26.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#AEBA80 (or 0xAEBA80) is known color: Caper. HEX triplet: AE, BA and 80. RGB value is (174,186,128). Sum of RGB (Red+Green+Blue) = 174+186+128=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBA80 is #51457F. Grayscale: #B0B0B0. Windows color (decimal): -5326208 or 8436398. OLE color: 8436398.

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

Color convert

RGB 174 186 128 -
CMYK 0.06 0 0.31 0.27
HSL 72.41º 0.3% 0.62% -
HSV(B) 72.41º 0.31% 0.73% -
XYZ 38.91 45.68 27.19 -
YUV 175.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 174 186 128 0.06 0 0.31 0.27 72.41 0.3 0.62
Hex AE BA 80 6 0 1F 1B 48 1E 3E
Octal 256 272 200 6 0 37 33 110 36 76
Binary 10101110 10111010 10000000 110 0 11111 11011 1001000 11110 111110

Color Harmonies of #AEBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBA80

Black with #AEBA80

Text Example


Text Example

White with #AEBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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