Html Css Color HEX #AFBF11 La Rioja

📋 copy color: '#AFBF11'

red 175 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #AFBF11

Tints of La Rioja #AFBF11

RGB

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

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

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

R = 45.69%
G = 49.87%
B = 4.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#AFBF11 (or 0xAFBF11) is known color: La Rioja. HEX triplet: AF, BF and 11. RGB value is (175,191,17). Sum of RGB (Red+Green+Blue) = 175+191+17=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF11 is #5040EE. Grayscale: #A7A7A7. Windows color (decimal): -5259503 or 1163183. OLE color: 1163183.

HSL color Cylindrical-coordinate representation of color #AFBF11: hue angle of 65.52º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFBF11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 17 -
CMYK 0.08 0 0.91 0.25
HSL 65.52º 0.84% 0.41% -
HSV(B) 65.52º 0.91% 0.75% -
XYZ 36.41 46.42 7.57 -
YUV 166.38 43.7 134.15 -
System Red Green Blue C M Y K H S L
Decimal 175 191 17 0.08 0 0.91 0.25 65.52 0.84 0.41
Hex AF BF 11 8 0 5B 19 42 54 29
Octal 257 277 21 10 0 133 31 102 124 51
Binary 10101111 10111111 10001 1000 0 1011011 11001 1000010 1010100 101001

Color Harmonies of #AFBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF11

Black with #AFBF11

Text Example


Text Example

White with #AFBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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