Html Css Color HEX #AEB80F La Rioja

📋 copy color: '#AEB80F'

red 174 ◦ green 184 ◦ blue 15

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

Shades of La Rioja #AEB80F

Tints of La Rioja #AEB80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 46.65%
G = 49.33%
B = 4.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#AEB80F (or 0xAEB80F) is known color: La Rioja. HEX triplet: AE, B8 and 0F. RGB value is (174,184,15). Sum of RGB (Red+Green+Blue) = 174+184+15=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB80F is #5147F0. Grayscale: #A2A2A2. Windows color (decimal): -5326833 or 1030318. OLE color: 1030318.

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

Color convert

RGB 174 184 15 -
CMYK 0.05 0 0.92 0.28
HSL 63.55º 0.85% 0.39% -
HSV(B) 63.55º 0.92% 0.72% -
XYZ 34.68 43.31 6.98 -
YUV 161.74 45.19 136.74 -
System Red Green Blue C M Y K H S L
Decimal 174 184 15 0.05 0 0.92 0.28 63.55 0.85 0.39
Hex AE B8 F 5 0 5C 1C 40 55 27
Octal 256 270 17 5 0 134 34 100 125 47
Binary 10101110 10111000 1111 101 0 1011100 11100 1000000 1010101 100111

Color Harmonies of #AEB80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB80F

Black with #AEB80F

Text Example


Text Example

White with #AEB80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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