Html Css Color HEX #AEBD8A Caper

📋 copy color: '#AEBD8A'

red 174 ◦ green 189 ◦ blue 138

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

Shades of Caper #AEBD8A

Tints of Caper #AEBD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 34.73%
G = 37.72%
B = 27.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#AEBD8A (or 0xAEBD8A) is known color: Caper. HEX triplet: AE, BD and 8A. RGB value is (174,189,138). Sum of RGB (Red+Green+Blue) = 174+189+138=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD8A is #514275. Grayscale: #B2B2B2. Windows color (decimal): -5325430 or 9092526. OLE color: 9092526.

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

Color convert

RGB 174 189 138 -
CMYK 0.08 0 0.27 0.26
HSL 77.65º 0.28% 0.64% -
HSV(B) 77.65º 0.27% 0.74% -
XYZ 40.24 47.23 31.04 -
YUV 178.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 174 189 138 0.08 0 0.27 0.26 77.65 0.28 0.64
Hex AE BD 8A 8 0 1B 1A 4E 1C 40
Octal 256 275 212 10 0 33 32 116 34 100
Binary 10101110 10111101 10001010 1000 0 11011 11010 1001110 11100 1000000

Color Harmonies of #AEBD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD8A

Black with #AEBD8A

Text Example


Text Example

White with #AEBD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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