Html Css Color HEX #AFB00C La Rioja

📋 copy color: '#AFB00C'

red 175 ◦ green 176 ◦ blue 12

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

Shades of La Rioja #AFB00C

Tints of La Rioja #AFB00C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.48%

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 48.21%
G = 48.48%
B = 3.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFB00C (or 0xAFB00C) is known color: La Rioja. HEX triplet: AF, B0 and 0C. RGB value is (175,176,12). Sum of RGB (Red+Green+Blue) = 175+176+12=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFB00C is #504FF3. Grayscale: #9D9D9D. Windows color (decimal): -5263348 or 831663. OLE color: 831663.

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

Color convert

RGB 175 176 12 -
CMYK 0.01 0 0.93 0.31
HSL 60.37º 0.87% 0.37% -
HSV(B) 60.37º 0.93% 0.69% -
XYZ 33.27 40.19 6.35 -
YUV 157.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 175 176 12 0.01 0 0.93 0.31 60.37 0.87 0.37
Hex AF B0 C 1 0 5D 1F 3C 57 25
Octal 257 260 14 1 0 135 37 74 127 45
Binary 10101111 10110000 1100 1 0 1011101 11111 111100 1010111 100101

Color Harmonies of #AFB00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB00C

Black with #AFB00C

Text Example


Text Example

White with #AFB00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB00C; }

 p { color: rgb(175,176,12); }

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

background-color css

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

 a { background-color: rgb(175,176,12); }

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

border-color css

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

 span { border-color: rgb(175,176,12); }

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