Html Css Color HEX #AEBD6E Caper

📋 copy color: '#AEBD6E'

red 174 ◦ green 189 ◦ blue 110

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

Shades of Caper #AEBD6E

Tints of Caper #AEBD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.26%

R = 36.79%
G = 39.96%
B = 23.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#AEBD6E (or 0xAEBD6E) is known color: Caper. HEX triplet: AE, BD and 6E. RGB value is (174,189,110). Sum of RGB (Red+Green+Blue) = 174+189+110=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBD6E is #514291. Grayscale: #AFAFAF. Windows color (decimal): -5325458 or 7257518. OLE color: 7257518.

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

Color convert

RGB 174 189 110 -
CMYK 0.08 0 0.42 0.26
HSL 71.39º 0.37% 0.59% -
HSV(B) 71.39º 0.42% 0.74% -
XYZ 38.47 46.52 21.7 -
YUV 175.51 91.03 126.92 -
System Red Green Blue C M Y K H S L
Decimal 174 189 110 0.08 0 0.42 0.26 71.39 0.37 0.59
Hex AE BD 6E 8 0 2A 1A 47 25 3B
Octal 256 275 156 10 0 52 32 107 45 73
Binary 10101110 10111101 1101110 1000 0 101010 11010 1000111 100101 111011

Color Harmonies of #AEBD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD6E

Black with #AEBD6E

Text Example


Text Example

White with #AEBD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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