Html Css Color HEX #AFB60A La Rioja

📋 copy color: '#AFB60A'

red 175 ◦ green 182 ◦ blue 10

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

Shades of La Rioja #AFB60A

Tints of La Rioja #AFB60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.59%

 BLUE value IS 10 (4.3% from 255) = 2.72%

R = 47.68%
G = 49.59%
B = 2.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#AFB60A (or 0xAFB60A) is known color: La Rioja. HEX triplet: AF, B6 and 0A. RGB value is (175,182,10). Sum of RGB (Red+Green+Blue) = 175+182+10=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB60A is #5049F5. Grayscale: #A0A0A0. Windows color (decimal): -5261814 or 702127. OLE color: 702127.

HSL color Cylindrical-coordinate representation of color #AFB60A: hue angle of 62.44º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFB60A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 10 -
CMYK 0.04 0 0.95 0.29
HSL 62.44º 0.9% 0.38% -
HSV(B) 62.44º 0.95% 0.71% -
XYZ 34.46 42.59 6.69 -
YUV 160.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 175 182 10 0.04 0 0.95 0.29 62.44 0.9 0.38
Hex AF B6 A 4 0 5F 1D 3E 5A 26
Octal 257 266 12 4 0 137 35 76 132 46
Binary 10101111 10110110 1010 100 0 1011111 11101 111110 1011010 100110

Color Harmonies of #AFB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB60A

Black with #AFB60A

Text Example


Text Example

White with #AFB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB60A; }

 p { color: rgb(175,182,10); }

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

background-color css

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

 a { background-color: rgb(175,182,10); }

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

border-color css

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

 span { border-color: rgb(175,182,10); }

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