Html Css Color HEX #AFB403 La Rioja

📋 copy color: '#AFB403'

red 175 ◦ green 180 ◦ blue 3

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

Shades of La Rioja #AFB403

Tints of La Rioja #AFB403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.84%

R = 48.88%
G = 50.28%
B = 0.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#AFB403 (or 0xAFB403) is known color: La Rioja. HEX triplet: AF, B4 and 03. RGB value is (175,180,3). Sum of RGB (Red+Green+Blue) = 175+180+3=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB403 is #504BFC. Grayscale: #9F9F9F. Windows color (decimal): -5262333 or 242863. OLE color: 242863.

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

Color convert

RGB 175 180 3 -
CMYK 0.03 0 0.98 0.29
HSL 61.69º 0.97% 0.36% -
HSV(B) 61.69º 0.98% 0.71% -
XYZ 34.02 41.76 6.35 -
YUV 158.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 175 180 3 0.03 0 0.98 0.29 61.69 0.97 0.36
Hex AF B4 3 3 0 62 1D 3E 61 24
Octal 257 264 3 3 0 142 35 76 141 44
Binary 10101111 10110100 11 11 0 1100010 11101 111110 1100001 100100

Color Harmonies of #AFB403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB403

Black with #AFB403

Text Example


Text Example

White with #AFB403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB403; }

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

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

background-color css

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

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

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

border-color css

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

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

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