Html Css Color HEX #AEBE6C Caper

📋 copy color: '#AEBE6C'

red 174 ◦ green 190 ◦ blue 108

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

Shades of Caper #AEBE6C

Tints of Caper #AEBE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.88%

R = 36.86%
G = 40.25%
B = 22.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#AEBE6C (or 0xAEBE6C) is known color: Caper. HEX triplet: AE, BE and 6C. RGB value is (174,190,108). Sum of RGB (Red+Green+Blue) = 174+190+108=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEBE6C is #514193. Grayscale: #B0B0B0. Windows color (decimal): -5325204 or 7126702. OLE color: 7126702.

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

Color convert

RGB 174 190 108 -
CMYK 0.08 0 0.43 0.25
HSL 71.71º 0.39% 0.58% -
HSV(B) 71.71º 0.43% 0.75% -
XYZ 38.58 46.91 21.21 -
YUV 175.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 174 190 108 0.08 0 0.43 0.25 71.71 0.39 0.58
Hex AE BE 6C 8 0 2B 19 48 27 3A
Octal 256 276 154 10 0 53 31 110 47 72
Binary 10101110 10111110 1101100 1000 0 101011 11001 1001000 100111 111010

Color Harmonies of #AEBE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBE6C

Black with #AEBE6C

Text Example


Text Example

White with #AEBE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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