Html Css Color HEX #AF940C Lucky

📋 copy color: '#AF940C'

red 175 ◦ green 148 ◦ blue 12

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

Shades of Lucky #AF940C

Tints of Lucky #AF940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 52.24%
G = 44.18%
B = 3.58%

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

#AF940C (or 0xAF940C) is known color: Lucky. HEX triplet: AF, 94 and 0C. RGB value is (175,148,12). Sum of RGB (Red+Green+Blue) = 175+148+12=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940C is #506BF3. Grayscale: #8D8D8D. Windows color (decimal): -5270516 or 824495. OLE color: 824495.

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

Color convert

RGB 175 148 12 -
CMYK 0 0.15 0.93 0.31
HSL 50.06º 0.87% 0.37% -
HSV(B) 50.06º 0.93% 0.69% -
XYZ 28.34 30.32 4.71 -
YUV 140.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 175 148 12 0 0.15 0.93 0.31 50.06 0.87 0.37
Hex AF 94 C 0 F 5D 1F 32 57 25
Octal 257 224 14 0 17 135 37 62 127 45
Binary 10101111 10010100 1100 0 1111 1011101 11111 110010 1010111 100101

Color Harmonies of #AF940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF940C

Black with #AF940C

Text Example


Text Example

White with #AF940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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