Html Css Color HEX #AEBE8A Caper

📋 copy color: '#AEBE8A'

red 174 ◦ green 190 ◦ blue 138

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

Shades of Caper #AEBE8A

Tints of Caper #AEBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.85%

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

R = 34.66%
G = 37.85%
B = 27.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AEBE8A (or 0xAEBE8A) is known color: Caper. HEX triplet: AE, BE and 8A. RGB value is (174,190,138). Sum of RGB (Red+Green+Blue) = 174+190+138=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBE8A is #514175. Grayscale: #B3B3B3. Windows color (decimal): -5325174 or 9092782. OLE color: 9092782.

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

Color convert

RGB 174 190 138 -
CMYK 0.08 0 0.27 0.25
HSL 78.46º 0.29% 0.64% -
HSV(B) 78.46º 0.27% 0.75% -
XYZ 40.46 47.66 31.11 -
YUV 179.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 174 190 138 0.08 0 0.27 0.25 78.46 0.29 0.64
Hex AE BE 8A 8 0 1B 19 4E 1D 40
Octal 256 276 212 10 0 33 31 116 35 100
Binary 10101110 10111110 10001010 1000 0 11011 11001 1001110 11101 1000000

Color Harmonies of #AEBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE8A

Black with #AEBE8A

Text Example


Text Example

White with #AEBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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