#AEBD0A

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

Shades of La Rioja #AEBD0A

Tints of La Rioja #AEBD0A

Color information

#AEBD0A (or 0xAEBD0A) is unknown color: approx La Rioja. HEX triplet: AE, BD and 0A. RGB value is (174,189,10). Sum of RGB (Red+Green+Blue) = 174+189+10=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD0A is #5142F5. Grayscale: #A4A4A4. Windows color (decimal): -5325558 or 703918. OLE color: 703918.

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

Color convert

RGB17418910-
CMYK0.0800.950.26
HSL65.03º89.95%39.02%-
HSV(B)65.03º94.71%74.12%-
XYZ35.7145.427.17-
YUV164.1141.03135.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 189 (74.22% from 255) = 50.67%
BLUE value IS 10 (4.30% from 255) = 2.68%
R=46.65%
G=50.67%
B=2.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal174189100.0800.950.2665.0389.9539.02
HexAEBDA805F1A415a27
Octal256275121001373210113247
Binary101011101011110110101000010111111101010000011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBD0A; }

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

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

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

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

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

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

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

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