Html Css Color HEX #AFAE0B La Rioja

📋 copy color: '#AFAE0B'

red 175 ◦ green 174 ◦ blue 11

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

Shades of La Rioja #AFAE0B

Tints of La Rioja #AFAE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 48.61%
G = 48.33%
B = 3.06%

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

#AFAE0B (or 0xAFAE0B) is known color: La Rioja. HEX triplet: AF, AE and 0B. RGB value is (175,174,11). Sum of RGB (Red+Green+Blue) = 175+174+11=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 11 (4.69% from 255 or 3.06% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAE0B is #5051F4. Grayscale: #9C9C9C. Windows color (decimal): -5263861 or 765615. OLE color: 765615.

HSL color Cylindrical-coordinate representation of color #AFAE0B: hue angle of 59.63º degrees, saturation: 0.88, 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 #AFAE0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 174 11 -
CMYK 0 0.01 0.94 0.31
HSL 59.63º 0.88% 0.36% -
HSV(B) 59.63º 0.94% 0.69% -
XYZ 32.88 39.41 6.19 -
YUV 155.72 46.33 141.75 -
System Red Green Blue C M Y K H S L
Decimal 175 174 11 0 0.01 0.94 0.31 59.63 0.88 0.36
Hex AF AE B 0 1 5E 1F 3C 58 24
Octal 257 256 13 0 1 136 37 74 130 44
Binary 10101111 10101110 1011 0 1 1011110 11111 111100 1011000 100100

Color Harmonies of #AFAE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAE0B

Black with #AFAE0B

Text Example


Text Example

White with #AFAE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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