Html Css Color HEX #AFB314 La Rioja

📋 copy color: '#AFB314'

red 175 ◦ green 179 ◦ blue 20

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

Shades of La Rioja #AFB314

Tints of La Rioja #AFB314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 46.79%
G = 47.86%
B = 5.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#AFB314 (or 0xAFB314) is known color: La Rioja. HEX triplet: AF, B3 and 14. RGB value is (175,179,20). Sum of RGB (Red+Green+Blue) = 175+179+20=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB314 is #504CEB. Grayscale: #A0A0A0. Windows color (decimal): -5262572 or 1356719. OLE color: 1356719.

HSL color Cylindrical-coordinate representation of color #AFB314: hue angle of 61.51º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFB314 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 20 -
CMYK 0.02 0 0.89 0.30
HSL 61.51º 0.8% 0.39% -
HSV(B) 61.51º 0.89% 0.7% -
XYZ 33.93 41.4 6.87 -
YUV 159.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 175 179 20 0.02 0 0.89 0.30 61.51 0.8 0.39
Hex AF B3 14 2 0 59 1E 3E 50 27
Octal 257 263 24 2 0 131 36 76 120 47
Binary 10101111 10110011 10100 10 0 1011001 11110 111110 1010000 100111

Color Harmonies of #AFB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB314

Black with #AFB314

Text Example


Text Example

White with #AFB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB314; }

 p { color: rgb(175,179,20); }

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

background-color css

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

 a { background-color: rgb(175,179,20); }

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

border-color css

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

 span { border-color: rgb(175,179,20); }

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