Html Css Color HEX #AFAE0A La Rioja

📋 copy color: '#AFAE0A'

red 175 ◦ green 174 ◦ blue 10

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

Shades of La Rioja #AFAE0A

Tints of La Rioja #AFAE0A

RGB

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

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

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

R = 48.75%
G = 48.47%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFAE0A (or 0xAFAE0A) is known color: La Rioja. HEX triplet: AF, AE and 0A. RGB value is (175,174,10). Sum of RGB (Red+Green+Blue) = 175+174+10=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE0A is #5051F5. Grayscale: #9C9C9C. Windows color (decimal): -5263862 or 700079. OLE color: 700079.

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

Color convert

RGB 175 174 10 -
CMYK 0 0.01 0.94 0.31
HSL 59.64º 0.89% 0.36% -
HSV(B) 59.64º 0.94% 0.69% -
XYZ 32.87 39.41 6.16 -
YUV 155.6 45.83 141.84 -
System Red Green Blue C M Y K H S L
Decimal 175 174 10 0 0.01 0.94 0.31 59.64 0.89 0.36
Hex AF AE A 0 1 5E 1F 3C 59 24
Octal 257 256 12 0 1 136 37 74 131 44
Binary 10101111 10101110 1010 0 1 1011110 11111 111100 1011001 100100

Color Harmonies of #AFAE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE0A

Black with #AFAE0A

Text Example


Text Example

White with #AFAE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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