Html Css Color HEX #AFAB0D La Rioja

📋 copy color: '#AFAB0D'

red 175 ◦ green 171 ◦ blue 13

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

Shades of La Rioja #AFAB0D

Tints of La Rioja #AFAB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

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

R = 48.75%
G = 47.63%
B = 3.62%

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

#AFAB0D (or 0xAFAB0D) is known color: La Rioja. HEX triplet: AF, AB and 0D. RGB value is (175,171,13). Sum of RGB (Red+Green+Blue) = 175+171+13=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFAB0D is #5054F2. Grayscale: #9A9A9A. Windows color (decimal): -5264627 or 895919. OLE color: 895919.

HSL color Cylindrical-coordinate representation of color #AFAB0D: hue angle of 58.52º 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 #AFAB0D is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 171 13 -
CMYK 0 0.02 0.93 0.31
HSL 58.52º 0.86% 0.37% -
HSV(B) 58.52º 0.93% 0.69% -
XYZ 32.31 38.27 6.06 -
YUV 154.18 48.33 142.85 -
System Red Green Blue C M Y K H S L
Decimal 175 171 13 0 0.02 0.93 0.31 58.52 0.86 0.37
Hex AF AB D 0 2 5D 1F 3B 56 25
Octal 257 253 15 0 2 135 37 73 126 45
Binary 10101111 10101011 1101 0 10 1011101 11111 111011 1010110 100101

Color Harmonies of #AFAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFAB0D

Black with #AFAB0D

Text Example


Text Example

White with #AFAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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