Html Css Color HEX #AEBD8F Caper

📋 copy color: '#AEBD8F'

red 174 ◦ green 189 ◦ blue 143

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

Shades of Caper #AEBD8F

Tints of Caper #AEBD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 34.39%
G = 37.35%
B = 28.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#AEBD8F (or 0xAEBD8F) is known color: Caper. HEX triplet: AE, BD and 8F. RGB value is (174,189,143). Sum of RGB (Red+Green+Blue) = 174+189+143=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8F is #514270. Grayscale: #B3B3B3. Windows color (decimal): -5325425 or 9420206. OLE color: 9420206.

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

Color convert

RGB 174 189 143 -
CMYK 0.08 0 0.24 0.26
HSL 79.57º 0.26% 0.65% -
HSV(B) 79.57º 0.24% 0.74% -
XYZ 40.61 47.38 32.99 -
YUV 179.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 174 189 143 0.08 0 0.24 0.26 79.57 0.26 0.65
Hex AE BD 8F 8 0 18 1A 50 1A 41
Octal 256 275 217 10 0 30 32 120 32 101
Binary 10101110 10111101 10001111 1000 0 11000 11010 1010000 11010 1000001

Color Harmonies of #AEBD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD8F

Black with #AEBD8F

Text Example


Text Example

White with #AEBD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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