Html Css Color HEX #AEBD0F La Rioja

📋 copy color: '#AEBD0F'

red 174 ◦ green 189 ◦ blue 15

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

Shades of La Rioja #AEBD0F

Tints of La Rioja #AEBD0F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50%

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

R = 46.03%
G = 50%
B = 3.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#AEBD0F (or 0xAEBD0F) is known color: La Rioja. HEX triplet: AE, BD and 0F. RGB value is (174,189,15). Sum of RGB (Red+Green+Blue) = 174+189+15=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBD0F is #5142F0. Grayscale: #A5A5A5. Windows color (decimal): -5325553 or 1031598. OLE color: 1031598.

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

Color convert

RGB 174 189 15 -
CMYK 0.08 0 0.92 0.26
HSL 65.17º 0.85% 0.4% -
HSV(B) 65.17º 0.92% 0.74% -
XYZ 35.74 45.43 7.34 -
YUV 164.68 43.53 134.65 -
System Red Green Blue C M Y K H S L
Decimal 174 189 15 0.08 0 0.92 0.26 65.17 0.85 0.4
Hex AE BD F 8 0 5C 1A 41 55 28
Octal 256 275 17 10 0 134 32 101 125 50
Binary 10101110 10111101 1111 1000 0 1011100 11010 1000001 1010101 101000

Color Harmonies of #AEBD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBD0F

Black with #AEBD0F

Text Example


Text Example

White with #AEBD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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