Html Css Color HEX #AFB50A La Rioja

📋 copy color: '#AFB50A'

red 175 ◦ green 181 ◦ blue 10

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

Shades of La Rioja #AFB50A

Tints of La Rioja #AFB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 47.81%
G = 49.45%
B = 2.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#AFB50A (or 0xAFB50A) is known color: La Rioja. HEX triplet: AF, B5 and 0A. RGB value is (175,181,10). Sum of RGB (Red+Green+Blue) = 175+181+10=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB50A is #504AF5. Grayscale: #A0A0A0. Windows color (decimal): -5262070 or 701871. OLE color: 701871.

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

Color convert

RGB 175 181 10 -
CMYK 0.03 0 0.94 0.29
HSL 62.11º 0.9% 0.37% -
HSV(B) 62.11º 0.94% 0.71% -
XYZ 34.26 42.18 6.62 -
YUV 159.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 175 181 10 0.03 0 0.94 0.29 62.11 0.9 0.37
Hex AF B5 A 3 0 5E 1D 3E 5A 25
Octal 257 265 12 3 0 136 35 76 132 45
Binary 10101111 10110101 1010 11 0 1011110 11101 111110 1011010 100101

Color Harmonies of #AFB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB50A

Black with #AFB50A

Text Example


Text Example

White with #AFB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB50A; }

 p { color: rgb(175,181,10); }

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

background-color css

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

 a { background-color: rgb(175,181,10); }

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

border-color css

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

 span { border-color: rgb(175,181,10); }

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