Html Css Color HEX #AFB401 La Rioja

📋 copy color: '#AFB401'

red 175 ◦ green 180 ◦ blue 1

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

Shades of La Rioja #AFB401

Tints of La Rioja #AFB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 49.16%
G = 50.56%
B = 0.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#AFB401 (or 0xAFB401) is known color: La Rioja. HEX triplet: AF, B4 and 01. RGB value is (175,180,1). Sum of RGB (Red+Green+Blue) = 175+180+1=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB401 is #504BFE. Grayscale: #9E9E9E. Windows color (decimal): -5262335 or 111791. OLE color: 111791.

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

Color convert

RGB 175 180 1 -
CMYK 0.03 0 0.99 0.29
HSL 61.68º 0.99% 0.35% -
HSV(B) 61.68º 0.99% 0.71% -
XYZ 34.01 41.76 6.3 -
YUV 158.1 39.34 140.05 -
System Red Green Blue C M Y K H S L
Decimal 175 180 1 0.03 0 0.99 0.29 61.68 0.99 0.35
Hex AF B4 1 3 0 63 1D 3E 63 23
Octal 257 264 1 3 0 143 35 76 143 43
Binary 10101111 10110100 1 11 0 1100011 11101 111110 1100011 100011

Color Harmonies of #AFB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB401

Black with #AFB401

Text Example


Text Example

White with #AFB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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