Html Css Color HEX #AFB304 La Rioja

📋 copy color: '#AFB304'

red 175 ◦ green 179 ◦ blue 4

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

Shades of La Rioja #AFB304

Tints of La Rioja #AFB304

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 48.88%
G = 50%
B = 1.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#AFB304 (or 0xAFB304) is known color: La Rioja. HEX triplet: AF, B3 and 04. RGB value is (175,179,4). Sum of RGB (Red+Green+Blue) = 175+179+4=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB304 is #504CFB. Grayscale: #9E9E9E. Windows color (decimal): -5262588 or 308143. OLE color: 308143.

HSL color Cylindrical-coordinate representation of color #AFB304: hue angle of 61.37º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFB304 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 4 -
CMYK 0.02 0 0.98 0.30
HSL 61.37º 0.96% 0.36% -
HSV(B) 61.37º 0.98% 0.7% -
XYZ 33.82 41.36 6.32 -
YUV 157.85 41.17 140.23 -
System Red Green Blue C M Y K H S L
Decimal 175 179 4 0.02 0 0.98 0.30 61.37 0.96 0.36
Hex AF B3 4 2 0 62 1E 3D 60 24
Octal 257 263 4 2 0 142 36 75 140 44
Binary 10101111 10110011 100 10 0 1100010 11110 111101 1100000 100100

Color Harmonies of #AFB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB304

Black with #AFB304

Text Example


Text Example

White with #AFB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB304; }

 p { color: rgb(175,179,4); }

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

background-color css

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

 a { background-color: rgb(175,179,4); }

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

border-color css

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

 span { border-color: rgb(175,179,4); }

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