Html Css Color HEX #AFBF0D La Rioja

📋 copy color: '#AFBF0D'

red 175 ◦ green 191 ◦ blue 13

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

Shades of La Rioja #AFBF0D

Tints of La Rioja #AFBF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 46.17%
G = 50.4%
B = 3.43%

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

#AFBF0D (or 0xAFBF0D) is known color: La Rioja. HEX triplet: AF, BF and 0D. RGB value is (175,191,13). Sum of RGB (Red+Green+Blue) = 175+191+13=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFBF0D is #5040F2. Grayscale: #A6A6A6. Windows color (decimal): -5259507 or 901039. OLE color: 901039.

HSL color Cylindrical-coordinate representation of color #AFBF0D: hue angle of 65.39º degrees, saturation: 0.87, 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 #AFBF0D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 191 13 -
CMYK 0.08 0 0.93 0.25
HSL 65.39º 0.87% 0.4% -
HSV(B) 65.39º 0.93% 0.75% -
XYZ 36.38 46.4 7.42 -
YUV 165.92 41.7 134.47 -
System Red Green Blue C M Y K H S L
Decimal 175 191 13 0.08 0 0.93 0.25 65.39 0.87 0.4
Hex AF BF D 8 0 5D 19 41 57 28
Octal 257 277 15 10 0 135 31 101 127 50
Binary 10101111 10111111 1101 1000 0 1011101 11001 1000001 1010111 101000

Color Harmonies of #AFBF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBF0D

Black with #AFBF0D

Text Example


Text Example

White with #AFBF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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