Html Css Color HEX #AFAE10 La Rioja

📋 copy color: '#AFAE10'

red 175 ◦ green 174 ◦ blue 16

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

Shades of La Rioja #AFAE10

Tints of La Rioja #AFAE10

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 47.95%
G = 47.67%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFAE10 (or 0xAFAE10) is known color: La Rioja. HEX triplet: AF, AE and 10. RGB value is (175,174,16). Sum of RGB (Red+Green+Blue) = 175+174+16=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE10 is #5051EF. Grayscale: #9C9C9C. Windows color (decimal): -5263856 or 1093295. OLE color: 1093295.

HSL color Cylindrical-coordinate representation of color #AFAE10: hue angle of 59.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFAE10 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 16 -
CMYK 0 0.01 0.91 0.31
HSL 59.62º 0.83% 0.37% -
HSV(B) 59.62º 0.91% 0.69% -
XYZ 32.91 39.42 6.37 -
YUV 156.29 48.83 141.35 -
System Red Green Blue C M Y K H S L
Decimal 175 174 16 0 0.01 0.91 0.31 59.62 0.83 0.37
Hex AF AE 10 0 1 5B 1F 3C 53 25
Octal 257 256 20 0 1 133 37 74 123 45
Binary 10101111 10101110 10000 0 1 1011011 11111 111100 1010011 100101

Color Harmonies of #AFAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE10

Black with #AFAE10

Text Example


Text Example

White with #AFAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE10; }

 p { color: rgb(175,174,16); }

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

background-color css

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

 a { background-color: rgb(175,174,16); }

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

border-color css

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

 span { border-color: rgb(175,174,16); }

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