Html Css Color HEX #AEBB80 Caper

📋 copy color: '#AEBB80'

red 174 ◦ green 187 ◦ blue 128

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

Shades of Caper #AEBB80

Tints of Caper #AEBB80

RGB

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

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

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

R = 35.58%
G = 38.24%
B = 26.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#AEBB80 (or 0xAEBB80) is known color: Caper. HEX triplet: AE, BB and 80. RGB value is (174,187,128). Sum of RGB (Red+Green+Blue) = 174+187+128=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBB80 is #51447F. Grayscale: #B0B0B0. Windows color (decimal): -5325952 or 8436654. OLE color: 8436654.

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

Color convert

RGB 174 187 128 -
CMYK 0.07 0 0.32 0.27
HSL 73.22º 0.3% 0.62% -
HSV(B) 73.22º 0.32% 0.73% -
XYZ 39.12 46.1 27.26 -
YUV 176.39 100.69 126.3 -
System Red Green Blue C M Y K H S L
Decimal 174 187 128 0.07 0 0.32 0.27 73.22 0.3 0.62
Hex AE BB 80 7 0 20 1B 49 1E 3E
Octal 256 273 200 7 0 40 33 111 36 76
Binary 10101110 10111011 10000000 111 0 100000 11011 1001001 11110 111110

Color Harmonies of #AEBB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBB80

Black with #AEBB80

Text Example


Text Example

White with #AEBB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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