Html Css Color HEX #AEBF0C La Rioja

📋 copy color: '#AEBF0C'

red 174 ◦ green 191 ◦ blue 12

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

Shades of La Rioja #AEBF0C

Tints of La Rioja #AEBF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 46.15%
G = 50.66%
B = 3.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#AEBF0C (or 0xAEBF0C) is known color: La Rioja. HEX triplet: AE, BF and 0C. RGB value is (174,191,12). Sum of RGB (Red+Green+Blue) = 174+191+12=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #AEBF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBF0C is #5140F3. Grayscale: #A6A6A6. Windows color (decimal): -5325044 or 835502. OLE color: 835502.

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

Color convert

RGB 174 191 12 -
CMYK 0.09 0 0.94 0.25
HSL 65.7º 0.88% 0.4% -
HSV(B) 65.7º 0.94% 0.75% -
XYZ 36.15 46.29 7.38 -
YUV 165.51 41.37 134.05 -
System Red Green Blue C M Y K H S L
Decimal 174 191 12 0.09 0 0.94 0.25 65.7 0.88 0.4
Hex AE BF C 9 0 5E 19 42 58 28
Octal 256 277 14 11 0 136 31 102 130 50
Binary 10101110 10111111 1100 1001 0 1011110 11001 1000010 1011000 101000

Color Harmonies of #AEBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBF0C

Black with #AEBF0C

Text Example


Text Example

White with #AEBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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