#afb700

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

Shades of La Rioja #AFB700

Tints of La Rioja #AFB700

Color information

#AFB700 (or 0xAFB700) is unknown color: approx La Rioja. HEX triplet: AF, B7 and 00. RGB value is (175,183,0). Sum of RGB (Red+Green+Blue) = 175+183+0=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB700 is #5048FF. Grayscale: #A0A0A0. Windows color (decimal): -5261568 or 47023. OLE color: 47023.

HSL color Cylindrical-coordinate representation of color #AFB700: hue angle of 62.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFB700 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB1751830-
CMYK0.04010.28
HSL62.62º100%35.88%-
HSV(B)62.62º100%71.76%-
XYZ34.6142.986.47-
YUV159.7537.85138.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 183 (71.88% from 255) = 51.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.88%
G=51.12%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17518300.04010.2862.6210035.88
HexAFB7040641C3f6424
Octal257267040144347714444
Binary1010111110110111010001100100111001111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afb700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afb700; }

 p { color: rgb(175,183,0); }

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

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

 a { background-color: rgb(175,183,0); }

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

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

 span { border-color: rgb(175,183,0); }

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