#AFC601

Color #AFC601 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AFC601

Tints of La Rioja #AFC601

Color information

#AFC601 (or 0xAFC601) is unknown color: approx La Rioja. HEX triplet: AF, C6 and 01. RGB value is (175,198,1). Sum of RGB (Red+Green+Blue) = 175+198+1=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 198 (77.73% from 255 or 52.94% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC601 is #5039FE. Grayscale: #A9A9A9. Windows color (decimal): -5257727 or 116399. OLE color: 116399.

HSL color Cylindrical-coordinate representation of color #AFC601: hue angle of 67.01º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFC601 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1751981-
CMYK0.1200.990.22
HSL67.01º98.99%39.02%-
HSV(B)67.01º99.49%77.65%-
XYZ37.8849.57.59-
YUV168.6633.38132.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 198 (77.73% from 255) = 52.94%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=46.79%
G=52.94%
B=0.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17519810.1200.990.2267.0198.9939.02
HexAFC61C06316436327
Octal25730611401432610314347
Binary101011111100011011100011000111011010000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC601; }

 p { color: rgb(175,198,1); }

 H1.HeaderClassName
 {
   color: #AFC601;
 }
 .AnyTagClassName
 {
   color: #AFC601;
 }
</style>
background-color css

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

 a { background-color: rgb(175,198,1); }

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

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

 span { border-color: rgb(175,198,1); }

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