Html Css Color HEX #AF930C Lucky

📋 copy color: '#AF930C'

red 175 ◦ green 147 ◦ blue 12

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

Shades of Lucky #AF930C

Tints of Lucky #AF930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.01%

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

R = 52.4%
G = 44.01%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF930C (or 0xAF930C) is known color: Lucky. HEX triplet: AF, 93 and 0C. RGB value is (175,147,12). Sum of RGB (Red+Green+Blue) = 175+147+12=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF930C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF930C is #506CF3. Grayscale: #8C8C8C. Windows color (decimal): -5270772 or 824239. OLE color: 824239.

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

Color convert

RGB 175 147 12 -
CMYK 0 0.16 0.93 0.31
HSL 49.69º 0.87% 0.37% -
HSV(B) 49.69º 0.93% 0.69% -
XYZ 28.18 30.01 4.65 -
YUV 139.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 175 147 12 0 0.16 0.93 0.31 49.69 0.87 0.37
Hex AF 93 C 0 10 5D 1F 32 57 25
Octal 257 223 14 0 20 135 37 62 127 45
Binary 10101111 10010011 1100 0 10000 1011101 11111 110010 1010111 100101

Color Harmonies of #AF930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF930C

Black with #AF930C

Text Example


Text Example

White with #AF930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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