Html Css Color HEX #AFB105 La Rioja

📋 copy color: '#AFB105'

red 175 ◦ green 177 ◦ blue 5

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

Shades of La Rioja #AFB105

Tints of La Rioja #AFB105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.58%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 49.02%
G = 49.58%
B = 1.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AFB105 (or 0xAFB105) is known color: La Rioja. HEX triplet: AF, B1 and 05. RGB value is (175,177,5). Sum of RGB (Red+Green+Blue) = 175+177+5=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB105 is #504EFA. Grayscale: #9D9D9D. Windows color (decimal): -5263099 or 373167. OLE color: 373167.

HSL color Cylindrical-coordinate representation of color #AFB105: hue angle of 60.7º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFB105 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 5 -
CMYK 0.01 0 0.97 0.31
HSL 60.7º 0.95% 0.36% -
HSV(B) 60.7º 0.97% 0.69% -
XYZ 33.43 40.57 6.21 -
YUV 156.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 175 177 5 0.01 0 0.97 0.31 60.7 0.95 0.36
Hex AF B1 5 1 0 61 1F 3D 5F 24
Octal 257 261 5 1 0 141 37 75 137 44
Binary 10101111 10110001 101 1 0 1100001 11111 111101 1011111 100100

Color Harmonies of #AFB105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB105

Black with #AFB105

Text Example


Text Example

White with #AFB105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB105; }

 p { color: rgb(175,177,5); }

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

background-color css

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

 a { background-color: rgb(175,177,5); }

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

border-color css

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

 span { border-color: rgb(175,177,5); }

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