Html Css Color HEX #AEB805 La Rioja

📋 copy color: '#AEB805'

red 174 ◦ green 184 ◦ blue 5

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

Shades of La Rioja #AEB805

Tints of La Rioja #AEB805

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.69%

 BLUE value IS 5 (2.34% from 255) = 1.38%

R = 47.93%
G = 50.69%
B = 1.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#AEB805 (or 0xAEB805) is known color: La Rioja. HEX triplet: AE, B8 and 05. RGB value is (174,184,5). Sum of RGB (Red+Green+Blue) = 174+184+5=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB805 is #5147FA. Grayscale: #A1A1A1. Windows color (decimal): -5326843 or 374958. OLE color: 374958.

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

Color convert

RGB 174 184 5 -
CMYK 0.05 0 0.97 0.28
HSL 63.35º 0.95% 0.37% -
HSV(B) 63.35º 0.97% 0.72% -
XYZ 34.62 43.29 6.67 -
YUV 160.6 40.19 137.55 -
System Red Green Blue C M Y K H S L
Decimal 174 184 5 0.05 0 0.97 0.28 63.35 0.95 0.37
Hex AE B8 5 5 0 61 1C 3F 5F 25
Octal 256 270 5 5 0 141 34 77 137 45
Binary 10101110 10111000 101 101 0 1100001 11100 111111 1011111 100101

Color Harmonies of #AEB805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB805

Black with #AEB805

Text Example


Text Example

White with #AEB805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB805; }

 p { color: rgb(174,184,5); }

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

background-color css

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

 a { background-color: rgb(174,184,5); }

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

border-color css

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

 span { border-color: rgb(174,184,5); }

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