Html Css Color HEX #AFB115 La Rioja

📋 copy color: '#AFB115'

red 175 ◦ green 177 ◦ blue 21

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

Shades of La Rioja #AFB115

Tints of La Rioja #AFB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 46.92%
G = 47.45%
B = 5.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AFB115 (or 0xAFB115) is known color: La Rioja. HEX triplet: AF, B1 and 15. RGB value is (175,177,21). Sum of RGB (Red+Green+Blue) = 175+177+21=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB115 is #504EEA. Grayscale: #9F9F9F. Windows color (decimal): -5263083 or 1421743. OLE color: 1421743.

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

Color convert

RGB 175 177 21 -
CMYK 0.01 0 0.88 0.31
HSL 60.77º 0.79% 0.39% -
HSV(B) 60.77º 0.88% 0.69% -
XYZ 33.54 40.61 6.78 -
YUV 158.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 175 177 21 0.01 0 0.88 0.31 60.77 0.79 0.39
Hex AF B1 15 1 0 58 1F 3D 4F 27
Octal 257 261 25 1 0 130 37 75 117 47
Binary 10101111 10110001 10101 1 0 1011000 11111 111101 1001111 100111

Color Harmonies of #AFB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB115

Black with #AFB115

Text Example


Text Example

White with #AFB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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