Html Css Color HEX #AFAC0D La Rioja

📋 copy color: '#AFAC0D'

red 175 ◦ green 172 ◦ blue 13

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

Shades of La Rioja #AFAC0D

Tints of La Rioja #AFAC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.78%

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

R = 48.61%
G = 47.78%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AFAC0D (or 0xAFAC0D) is known color: La Rioja. HEX triplet: AF, AC and 0D. RGB value is (175,172,13). Sum of RGB (Red+Green+Blue) = 175+172+13=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAC0D is #5053F2. Grayscale: #9B9B9B. Windows color (decimal): -5264371 or 896175. OLE color: 896175.

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

Color convert

RGB 175 172 13 -
CMYK 0 0.02 0.93 0.31
HSL 58.89º 0.86% 0.37% -
HSV(B) 58.89º 0.93% 0.69% -
XYZ 32.5 38.65 6.13 -
YUV 154.77 47.99 142.43 -
System Red Green Blue C M Y K H S L
Decimal 175 172 13 0 0.02 0.93 0.31 58.89 0.86 0.37
Hex AF AC D 0 2 5D 1F 3B 56 25
Octal 257 254 15 0 2 135 37 73 126 45
Binary 10101111 10101100 1101 0 10 1011101 11111 111011 1010110 100101

Color Harmonies of #AFAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAC0D

Black with #AFAC0D

Text Example


Text Example

White with #AFAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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