#AEB707

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

Shades of La Rioja #AEB707

Tints of La Rioja #AEB707

Color information

#AEB707 (or 0xAEB707) is unknown color: approx La Rioja. HEX triplet: AE, B7 and 07. RGB value is (174,183,7). Sum of RGB (Red+Green+Blue) = 174+183+7=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB707 is #5148F8. Grayscale: #A0A0A0. Windows color (decimal): -5327097 or 505774. OLE color: 505774.

HSL color Cylindrical-coordinate representation of color #AEB707: hue angle of 63.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEB707 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1741837-
CMYK0.0500.960.28
HSL63.07º92.63%37.25%-
HSV(B)63.07º96.17%71.76%-
XYZ34.4342.886.66-
YUV160.2441.52137.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 183 (71.88% from 255) = 50.27%
BLUE value IS 7 (3.12% from 255) = 1.92%
R=47.80%
G=50.27%
B=1.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17418370.0500.960.2863.0792.6337.25
HexAEB7750601C3f5d25
Octal256267750140347713545
Binary101011101011011111110101100000111001111111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB707; }

 p { color: rgb(174,183,7); }

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

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

 a { background-color: rgb(174,183,7); }

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

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

 span { border-color: rgb(174,183,7); }

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