Html Css Color HEX #AFBF0E La Rioja

📋 copy color: '#AFBF0E'

red 175 ◦ green 191 ◦ blue 14

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

Shades of La Rioja #AFBF0E

Tints of La Rioja #AFBF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 50.26%

 BLUE value IS 14 (5.86% from 255) = 3.68%

R = 46.05%
G = 50.26%
B = 3.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#AFBF0E (or 0xAFBF0E) is known color: La Rioja. HEX triplet: AF, BF and 0E. RGB value is (175,191,14). Sum of RGB (Red+Green+Blue) = 175+191+14=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF0E is #5040F1. Grayscale: #A6A6A6. Windows color (decimal): -5259506 or 966575. OLE color: 966575.

HSL color Cylindrical-coordinate representation of color #AFBF0E: hue angle of 65.42º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFBF0E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 14 -
CMYK 0.08 0 0.93 0.25
HSL 65.42º 0.86% 0.4% -
HSV(B) 65.42º 0.93% 0.75% -
XYZ 36.39 46.41 7.46 -
YUV 166.04 42.2 134.39 -
System Red Green Blue C M Y K H S L
Decimal 175 191 14 0.08 0 0.93 0.25 65.42 0.86 0.4
Hex AF BF E 8 0 5D 19 41 56 28
Octal 257 277 16 10 0 135 31 101 126 50
Binary 10101111 10111111 1110 1000 0 1011101 11001 1000001 1010110 101000

Color Harmonies of #AFBF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF0E

Black with #AFBF0E

Text Example


Text Example

White with #AFBF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF0E; }

 p { color: rgb(175,191,14); }

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

background-color css

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

 a { background-color: rgb(175,191,14); }

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

border-color css

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

 span { border-color: rgb(175,191,14); }

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