Html Css Color HEX #AEBD81 Caper

📋 copy color: '#AEBD81'

red 174 ◦ green 189 ◦ blue 129

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

Shades of Caper #AEBD81

Tints of Caper #AEBD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.22%

R = 35.37%
G = 38.41%
B = 26.22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#AEBD81 (or 0xAEBD81) is known color: Caper. HEX triplet: AE, BD and 81. RGB value is (174,189,129). Sum of RGB (Red+Green+Blue) = 174+189+129=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBD81 is #51427E. Grayscale: #B1B1B1. Windows color (decimal): -5325439 or 8502702. OLE color: 8502702.

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

Color convert

RGB 174 189 129 -
CMYK 0.08 0 0.32 0.26
HSL 75º 0.31% 0.62% -
HSV(B) 75º 0.32% 0.74% -
XYZ 39.62 46.98 27.75 -
YUV 177.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 174 189 129 0.08 0 0.32 0.26 75 0.31 0.62
Hex AE BD 81 8 0 20 1A 4B 1F 3E
Octal 256 275 201 10 0 40 32 113 37 76
Binary 10101110 10111101 10000001 1000 0 100000 11010 1001011 11111 111110

Color Harmonies of #AEBD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD81

Black with #AEBD81

Text Example


Text Example

White with #AEBD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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