Html Css Color HEX #AFB511 La Rioja

📋 copy color: '#AFB511'

red 175 ◦ green 181 ◦ blue 17

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

Shades of La Rioja #AFB511

Tints of La Rioja #AFB511

RGB

 RED value IS 175 (68.75% from 255) = 46.92%

 GREEN value IS 181 (71.09% from 255) = 48.53%

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 46.92%
G = 48.53%
B = 4.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#AFB511 (or 0xAFB511) is known color: La Rioja. HEX triplet: AF, B5 and 11. RGB value is (175,181,17). Sum of RGB (Red+Green+Blue) = 175+181+17=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB511 is #504AEE. Grayscale: #A1A1A1. Windows color (decimal): -5262063 or 1160623. OLE color: 1160623.

HSL color Cylindrical-coordinate representation of color #AFB511: hue angle of 62.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFB511 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 17 -
CMYK 0.03 0 0.91 0.29
HSL 62.2º 0.83% 0.39% -
HSV(B) 62.2º 0.91% 0.71% -
XYZ 34.3 42.2 6.87 -
YUV 160.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 175 181 17 0.03 0 0.91 0.29 62.2 0.83 0.39
Hex AF B5 11 3 0 5B 1D 3E 53 27
Octal 257 265 21 3 0 133 35 76 123 47
Binary 10101111 10110101 10001 11 0 1011011 11101 111110 1010011 100111

Color Harmonies of #AFB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB511

Black with #AFB511

Text Example


Text Example

White with #AFB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB511; }

 p { color: rgb(175,181,17); }

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

background-color css

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

 a { background-color: rgb(175,181,17); }

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

border-color css

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

 span { border-color: rgb(175,181,17); }

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