Html Css Color HEX #AEB88C Caper

📋 copy color: '#AEB88C'

red 174 ◦ green 184 ◦ blue 140

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

Shades of Caper #AEB88C

Tints of Caper #AEB88C

RGB

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

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

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

R = 34.94%
G = 36.95%
B = 28.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#AEB88C (or 0xAEB88C) is known color: Caper. HEX triplet: AE, B8 and 8C. RGB value is (174,184,140). Sum of RGB (Red+Green+Blue) = 174+184+140=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB88C is #514773. Grayscale: #B0B0B0. Windows color (decimal): -5326708 or 9222318. OLE color: 9222318.

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

Color convert

RGB 174 184 140 -
CMYK 0.05 0 0.24 0.28
HSL 73.64º 0.24% 0.64% -
HSV(B) 73.64º 0.24% 0.72% -
XYZ 39.33 45.17 31.46 -
YUV 175.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 174 184 140 0.05 0 0.24 0.28 73.64 0.24 0.64
Hex AE B8 8C 5 0 18 1C 4A 18 40
Octal 256 270 214 5 0 30 34 112 30 100
Binary 10101110 10111000 10001100 101 0 11000 11100 1001010 11000 1000000

Color Harmonies of #AEB88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB88C

Black with #AEB88C

Text Example


Text Example

White with #AEB88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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