Html Css Color HEX #AEBD7F Caper

📋 copy color: '#AEBD7F'

red 174 ◦ green 189 ◦ blue 127

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

Shades of Caper #AEBD7F

Tints of Caper #AEBD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.92%

R = 35.51%
G = 38.57%
B = 25.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#AEBD7F (or 0xAEBD7F) is known color: Caper. HEX triplet: AE, BD and 7F. RGB value is (174,189,127). Sum of RGB (Red+Green+Blue) = 174+189+127=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD7F is #514280. Grayscale: #B1B1B1. Windows color (decimal): -5325441 or 8371630. OLE color: 8371630.

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

Color convert

RGB 174 189 127 -
CMYK 0.08 0 0.33 0.26
HSL 74.52º 0.32% 0.62% -
HSV(B) 74.52º 0.33% 0.74% -
XYZ 39.48 46.93 27.06 -
YUV 177.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 174 189 127 0.08 0 0.33 0.26 74.52 0.32 0.62
Hex AE BD 7F 8 0 21 1A 4B 20 3E
Octal 256 275 177 10 0 41 32 113 40 76
Binary 10101110 10111101 1111111 1000 0 100001 11010 1001011 100000 111110

Color Harmonies of #AEBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD7F

Black with #AEBD7F

Text Example


Text Example

White with #AEBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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