Html Css Color HEX #AEBF8C Caper

📋 copy color: '#AEBF8C'

red 174 ◦ green 191 ◦ blue 140

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

Shades of Caper #AEBF8C

Tints of Caper #AEBF8C

RGB

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

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

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

R = 34.46%
G = 37.82%
B = 27.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AEBF8C (or 0xAEBF8C) is known color: Caper. HEX triplet: AE, BF and 8C. RGB value is (174,191,140). Sum of RGB (Red+Green+Blue) = 174+191+140=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBF8C is #514073. Grayscale: #B4B4B4. Windows color (decimal): -5324916 or 9224110. OLE color: 9224110.

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

Color convert

RGB 174 191 140 -
CMYK 0.09 0 0.27 0.25
HSL 80º 0.28% 0.65% -
HSV(B) 80º 0.27% 0.75% -
XYZ 40.82 48.15 31.95 -
YUV 180.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 174 191 140 0.09 0 0.27 0.25 80 0.28 0.65
Hex AE BF 8C 9 0 1B 19 50 1C 41
Octal 256 277 214 11 0 33 31 120 34 101
Binary 10101110 10111111 10001100 1001 0 11011 11001 1010000 11100 1000001

Color Harmonies of #AEBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF8C

Black with #AEBF8C

Text Example


Text Example

White with #AEBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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