Html Css Color HEX #AEBF80 Caper

📋 copy color: '#AEBF80'

red 174 ◦ green 191 ◦ blue 128

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

Shades of Caper #AEBF80

Tints of Caper #AEBF80

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

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

R = 35.29%
G = 38.74%
B = 25.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#AEBF80 (or 0xAEBF80) is known color: Caper. HEX triplet: AE, BF and 80. RGB value is (174,191,128). Sum of RGB (Red+Green+Blue) = 174+191+128=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF80 is #51407F. Grayscale: #B2B2B2. Windows color (decimal): -5324928 or 8437678. OLE color: 8437678.

HSL color Cylindrical-coordinate representation of color #AEBF80: hue angle of 76.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AEBF80 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 128 -
CMYK 0.09 0 0.33 0.25
HSL 76.19º 0.33% 0.63% -
HSV(B) 76.19º 0.33% 0.75% -
XYZ 39.98 47.82 27.54 -
YUV 178.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 174 191 128 0.09 0 0.33 0.25 76.19 0.33 0.63
Hex AE BF 80 9 0 21 19 4C 21 3F
Octal 256 277 200 11 0 41 31 114 41 77
Binary 10101110 10111111 10000000 1001 0 100001 11001 1001100 100001 111111

Color Harmonies of #AEBF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF80

Black with #AEBF80

Text Example


Text Example

White with #AEBF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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