Html Css Color HEX #AEBD8E Caper

📋 copy color: '#AEBD8E'

red 174 ◦ green 189 ◦ blue 142

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

Shades of Caper #AEBD8E

Tints of Caper #AEBD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 34.46%
G = 37.43%
B = 28.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#AEBD8E (or 0xAEBD8E) is known color: Caper. HEX triplet: AE, BD and 8E. RGB value is (174,189,142). Sum of RGB (Red+Green+Blue) = 174+189+142=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8E is #514271. Grayscale: #B3B3B3. Windows color (decimal): -5325426 or 9354670. OLE color: 9354670.

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

Color convert

RGB 174 189 142 -
CMYK 0.08 0 0.25 0.26
HSL 79.15º 0.26% 0.65% -
HSV(B) 79.15º 0.25% 0.74% -
XYZ 40.54 47.35 32.59 -
YUV 179.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 174 189 142 0.08 0 0.25 0.26 79.15 0.26 0.65
Hex AE BD 8E 8 0 19 1A 4F 1A 41
Octal 256 275 216 10 0 31 32 117 32 101
Binary 10101110 10111101 10001110 1000 0 11001 11010 1001111 11010 1000001

Color Harmonies of #AEBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD8E

Black with #AEBD8E

Text Example


Text Example

White with #AEBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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