#AEBC06

Color #AEBC06 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AEBC06

Tints of La Rioja #AEBC06

Color information

#AEBC06 (or 0xAEBC06) is unknown color: approx La Rioja. HEX triplet: AE, BC and 06. RGB value is (174,188,6). Sum of RGB (Red+Green+Blue) = 174+188+6=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 6 (2.73% from 255 or 1.63% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC06 is #5143F9. Grayscale: #A3A3A3. Windows color (decimal): -5325818 or 441518. OLE color: 441518.

HSL color Cylindrical-coordinate representation of color #AEBC06: hue angle of 64.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AEBC06 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1741886-
CMYK0.0700.970.26
HSL64.62º93.81%38.04%-
HSV(B)64.62º96.81%73.73%-
XYZ35.4744.986.98-
YUV163.0739.36135.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 188 (73.83% from 255) = 51.09%
BLUE value IS 6 (2.73% from 255) = 1.63%
R=47.28%
G=51.09%
B=1.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17418860.0700.970.2664.6293.8138.04
HexAEBC670611A415e26
Octal2562746701413210113646
Binary1010111010111100110111011000011101010000011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBC06; }

 p { color: rgb(174,188,6); }

 H1.HeaderClassName
 {
   color: #AEBC06;
 }
 .AnyTagClassName
 {
   color: #AEBC06;
 }
</style>
background-color css

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

 a { background-color: rgb(174,188,6); }

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

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

 span { border-color: rgb(174,188,6); }

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