#AEB708

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

Shades of La Rioja #AEB708

Tints of La Rioja #AEB708

Color information

#AEB708 (or 0xAEB708) is unknown color: approx La Rioja. HEX triplet: AE, B7 and 08. RGB value is (174,183,8). Sum of RGB (Red+Green+Blue) = 174+183+8=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB708 is #5148F7. Grayscale: #A1A1A1. Windows color (decimal): -5327096 or 571310. OLE color: 571310.

HSL color Cylindrical-coordinate representation of color #AEB708: hue angle of 63.09º degrees, saturation: 0.92, 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 #AEB708 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1741838-
CMYK0.0500.960.28
HSL63.09º91.62%37.45%-
HSV(B)63.09º95.63%71.76%-
XYZ34.4342.886.69-
YUV160.3642.02137.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 8 (3.52% from 255) = 2.19%
R=47.67%
G=50.14%
B=2.19%

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
Decimal17418380.0500.960.2863.0991.6237.45
HexAEB7850601C3f5c25
Octal2562671050140347713445
Binary1010111010110111100010101100000111001111111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB708; }

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

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

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

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

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

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

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

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