Html Css Color HEX #AEB880 Caper

📋 copy color: '#AEB880'

red 174 ◦ green 184 ◦ blue 128

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

Shades of Caper #AEB880

Tints of Caper #AEB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

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

R = 35.8%
G = 37.86%
B = 26.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#AEB880 (or 0xAEB880) is known color: Caper. HEX triplet: AE, B8 and 80. RGB value is (174,184,128). Sum of RGB (Red+Green+Blue) = 174+184+128=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB880 is #51477F. Grayscale: #AEAEAE. Windows color (decimal): -5326720 or 8435886. OLE color: 8435886.

HSL color Cylindrical-coordinate representation of color #AEB880: hue angle of 70.71º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEB880 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 128 -
CMYK 0.05 0 0.30 0.28
HSL 70.71º 0.28% 0.61% -
HSV(B) 70.71º 0.3% 0.72% -
XYZ 38.49 44.84 27.05 -
YUV 174.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 174 184 128 0.05 0 0.30 0.28 70.71 0.28 0.61
Hex AE B8 80 5 0 1E 1C 47 1C 3D
Octal 256 270 200 5 0 36 34 107 34 75
Binary 10101110 10111000 10000000 101 0 11110 11100 1000111 11100 111101

Color Harmonies of #AEB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB880

Black with #AEB880

Text Example


Text Example

White with #AEB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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