Html Css Color HEX #AEBD8D Caper

📋 copy color: '#AEBD8D'

red 174 ◦ green 189 ◦ blue 141

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

Shades of Caper #AEBD8D

Tints of Caper #AEBD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 34.52%
G = 37.5%
B = 27.98%

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

#AEBD8D (or 0xAEBD8D) is known color: Caper. HEX triplet: AE, BD and 8D. RGB value is (174,189,141). Sum of RGB (Red+Green+Blue) = 174+189+141=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8D is #514272. Grayscale: #B3B3B3. Windows color (decimal): -5325427 or 9289134. OLE color: 9289134.

HSL color Cylindrical-coordinate representation of color #AEBD8D: hue angle of 78.75º degrees, saturation: 0.27, 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 #AEBD8D is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 174 189 141 -
CMYK 0.08 0 0.25 0.26
HSL 78.75º 0.27% 0.65% -
HSV(B) 78.75º 0.25% 0.74% -
XYZ 40.46 47.32 32.2 -
YUV 179.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 174 189 141 0.08 0 0.25 0.26 78.75 0.27 0.65
Hex AE BD 8D 8 0 19 1A 4F 1B 41
Octal 256 275 215 10 0 31 32 117 33 101
Binary 10101110 10111101 10001101 1000 0 11001 11010 1001111 11011 1000001

Color Harmonies of #AEBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD8D

Black with #AEBD8D

Text Example


Text Example

White with #AEBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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