Html Css Color HEX #AEBD8C Caper

📋 copy color: '#AEBD8C'

red 174 ◦ green 189 ◦ blue 140

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

Shades of Caper #AEBD8C

Tints of Caper #AEBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.57%

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

R = 34.59%
G = 37.57%
B = 27.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#AEBD8C (or 0xAEBD8C) is known color: Caper. HEX triplet: AE, BD and 8C. RGB value is (174,189,140). Sum of RGB (Red+Green+Blue) = 174+189+140=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8C is #514273. Grayscale: #B3B3B3. Windows color (decimal): -5325428 or 9223598. OLE color: 9223598.

HSL color Cylindrical-coordinate representation of color #AEBD8C: hue angle of 78.37º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEBD8C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 140 -
CMYK 0.08 0 0.26 0.26
HSL 78.37º 0.27% 0.65% -
HSV(B) 78.37º 0.26% 0.74% -
XYZ 40.39 47.29 31.81 -
YUV 178.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 174 189 140 0.08 0 0.26 0.26 78.37 0.27 0.65
Hex AE BD 8C 8 0 1A 1A 4E 1B 41
Octal 256 275 214 10 0 32 32 116 33 101
Binary 10101110 10111101 10001100 1000 0 11010 11010 1001110 11011 1000001

Color Harmonies of #AEBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD8C

Black with #AEBD8C

Text Example


Text Example

White with #AEBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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