Html Css Color HEX #AFB308 La Rioja

📋 copy color: '#AFB308'

red 175 ◦ green 179 ◦ blue 8

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

Shades of La Rioja #AFB308

Tints of La Rioja #AFB308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.21%

R = 48.34%
G = 49.45%
B = 2.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#AFB308 (or 0xAFB308) is known color: La Rioja. HEX triplet: AF, B3 and 08. RGB value is (175,179,8). Sum of RGB (Red+Green+Blue) = 175+179+8=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB308 is #504CF7. Grayscale: #9E9E9E. Windows color (decimal): -5262584 or 570287. OLE color: 570287.

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

Color convert

RGB 175 179 8 -
CMYK 0.02 0 0.96 0.30
HSL 61.4º 0.91% 0.37% -
HSV(B) 61.4º 0.96% 0.7% -
XYZ 33.84 41.37 6.43 -
YUV 158.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 175 179 8 0.02 0 0.96 0.30 61.4 0.91 0.37
Hex AF B3 8 2 0 60 1E 3D 5B 25
Octal 257 263 10 2 0 140 36 75 133 45
Binary 10101111 10110011 1000 10 0 1100000 11110 111101 1011011 100101

Color Harmonies of #AFB308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB308

Black with #AFB308

Text Example


Text Example

White with #AFB308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB308; }

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

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

background-color css

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

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

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

border-color css

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

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

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