Html Css Color HEX #AF931C Lucky

📋 copy color: '#AF931C'

red 175 ◦ green 147 ◦ blue 28

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

Shades of Lucky #AF931C

Tints of Lucky #AF931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 50%
G = 42%
B = 8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF931C (or 0xAF931C) is known color: Lucky. HEX triplet: AF, 93 and 1C. RGB value is (175,147,28). Sum of RGB (Red+Green+Blue) = 175+147+28=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF931C is #506CE3. Grayscale: #8E8E8E. Windows color (decimal): -5270756 or 1872815. OLE color: 1872815.

HSL color Cylindrical-coordinate representation of color #AF931C: hue angle of 48.57º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF931C is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 147 28 -
CMYK 0 0.16 0.84 0.31
HSL 48.57º 0.72% 0.4% -
HSV(B) 48.57º 0.84% 0.69% -
XYZ 28.32 30.07 5.41 -
YUV 141.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 175 147 28 0 0.16 0.84 0.31 48.57 0.72 0.4
Hex AF 93 1C 0 10 54 1F 31 48 28
Octal 257 223 34 0 20 124 37 61 110 50
Binary 10101111 10010011 11100 0 10000 1010100 11111 110001 1001000 101000

Color Harmonies of #AF931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF931C

Black with #AF931C

Text Example


Text Example

White with #AF931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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