Html Css Color HEX #AF940D Lucky

📋 copy color: '#AF940D'

red 175 ◦ green 148 ◦ blue 13

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

Shades of Lucky #AF940D

Tints of Lucky #AF940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.05%

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

R = 52.08%
G = 44.05%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF940D (or 0xAF940D) is known color: Lucky. HEX triplet: AF, 94 and 0D. RGB value is (175,148,13). Sum of RGB (Red+Green+Blue) = 175+148+13=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940D is #506BF2. Grayscale: #8D8D8D. Windows color (decimal): -5270515 or 890031. OLE color: 890031.

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

Color convert

RGB 175 148 13 -
CMYK 0 0.15 0.93 0.31
HSL 50º 0.86% 0.37% -
HSV(B) 50º 0.93% 0.69% -
XYZ 28.34 30.32 4.74 -
YUV 140.68 55.95 152.48 -
System Red Green Blue C M Y K H S L
Decimal 175 148 13 0 0.15 0.93 0.31 50 0.86 0.37
Hex AF 94 D 0 F 5D 1F 32 56 25
Octal 257 224 15 0 17 135 37 62 126 45
Binary 10101111 10010100 1101 0 1111 1011101 11111 110010 1010110 100101

Color Harmonies of #AF940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF940D

Black with #AF940D

Text Example


Text Example

White with #AF940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF940D; }

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

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

background-color css

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

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

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

border-color css

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

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

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