Html Css Color HEX #AFC107 La Rioja

📋 copy color: '#AFC107'

red 175 ◦ green 193 ◦ blue 7

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

Shades of La Rioja #AFC107

Tints of La Rioja #AFC107

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.47%

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

R = 46.67%
G = 51.47%
B = 1.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#AFC107 (or 0xAFC107) is known color: La Rioja. HEX triplet: AF, C1 and 07. RGB value is (175,193,7). Sum of RGB (Red+Green+Blue) = 175+193+7=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC107 is #503EF8. Grayscale: #A7A7A7. Windows color (decimal): -5259001 or 508335. OLE color: 508335.

HSL color Cylindrical-coordinate representation of color #AFC107: hue angle of 65.81º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFC107 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 193 7 -
CMYK 0.09 0 0.96 0.24
HSL 65.81º 0.93% 0.39% -
HSV(B) 65.81º 0.96% 0.76% -
XYZ 36.79 47.27 7.39 -
YUV 166.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 175 193 7 0.09 0 0.96 0.24 65.81 0.93 0.39
Hex AF C1 7 9 0 60 18 42 5D 27
Octal 257 301 7 11 0 140 30 102 135 47
Binary 10101111 11000001 111 1001 0 1100000 11000 1000010 1011101 100111

Color Harmonies of #AFC107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC107

Black with #AFC107

Text Example


Text Example

White with #AFC107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC107; }

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

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

background-color css

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

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

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

border-color css

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

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

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