Html Css Color HEX #AFB407 La Rioja

📋 copy color: '#AFB407'

red 175 ◦ green 180 ◦ blue 7

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

Shades of La Rioja #AFB407

Tints of La Rioja #AFB407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.72%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 48.34%
G = 49.72%
B = 1.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#AFB407 (or 0xAFB407) is known color: La Rioja. HEX triplet: AF, B4 and 07. RGB value is (175,180,7). Sum of RGB (Red+Green+Blue) = 175+180+7=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB407 is #504BF8. Grayscale: #9F9F9F. Windows color (decimal): -5262329 or 505007. OLE color: 505007.

HSL color Cylindrical-coordinate representation of color #AFB407: hue angle of 61.73º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFB407 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 7 -
CMYK 0.03 0 0.96 0.29
HSL 61.73º 0.93% 0.37% -
HSV(B) 61.73º 0.96% 0.71% -
XYZ 34.04 41.77 6.47 -
YUV 158.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 175 180 7 0.03 0 0.96 0.29 61.73 0.93 0.37
Hex AF B4 7 3 0 60 1D 3E 5D 25
Octal 257 264 7 3 0 140 35 76 135 45
Binary 10101111 10110100 111 11 0 1100000 11101 111110 1011101 100101

Color Harmonies of #AFB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB407

Black with #AFB407

Text Example


Text Example

White with #AFB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB407; }

 p { color: rgb(175,180,7); }

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

background-color css

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

 a { background-color: rgb(175,180,7); }

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

border-color css

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

 span { border-color: rgb(175,180,7); }

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