Html Css Color HEX #AEBF0F La Rioja

📋 copy color: '#AEBF0F'

red 174 ◦ green 191 ◦ blue 15

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

Shades of La Rioja #AEBF0F

Tints of La Rioja #AEBF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 50.26%

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

R = 45.79%
G = 50.26%
B = 3.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#AEBF0F (or 0xAEBF0F) is known color: La Rioja. HEX triplet: AE, BF and 0F. RGB value is (174,191,15). Sum of RGB (Red+Green+Blue) = 174+191+15=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF0F is #5140F0. Grayscale: #A6A6A6. Windows color (decimal): -5325041 or 1032110. OLE color: 1032110.

HSL color Cylindrical-coordinate representation of color #AEBF0F: hue angle of 65.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AEBF0F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 191 15 -
CMYK 0.09 0 0.92 0.25
HSL 65.8º 0.85% 0.4% -
HSV(B) 65.8º 0.92% 0.75% -
XYZ 36.17 46.29 7.48 -
YUV 165.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 174 191 15 0.09 0 0.92 0.25 65.8 0.85 0.4
Hex AE BF F 9 0 5C 19 42 55 28
Octal 256 277 17 11 0 134 31 102 125 50
Binary 10101110 10111111 1111 1001 0 1011100 11001 1000010 1010101 101000

Color Harmonies of #AEBF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF0F

Black with #AEBF0F

Text Example


Text Example

White with #AEBF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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