Html Css Color HEX #AF931F Lucky

📋 copy color: '#AF931F'

red 175 ◦ green 147 ◦ blue 31

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

Shades of Lucky #AF931F

Tints of Lucky #AF931F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 49.58%
G = 41.64%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF931F (or 0xAF931F) is known color: Lucky. HEX triplet: AF, 93 and 1F. RGB value is (175,147,31). Sum of RGB (Red+Green+Blue) = 175+147+31=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF931F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF931F is #506CE0. Grayscale: #8E8E8E. Windows color (decimal): -5270753 or 2069423. OLE color: 2069423.

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

Color convert

RGB 175 147 31 -
CMYK 0 0.16 0.82 0.31
HSL 48.33º 0.7% 0.4% -
HSV(B) 48.33º 0.82% 0.69% -
XYZ 28.36 30.08 5.61 -
YUV 142.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 175 147 31 0 0.16 0.82 0.31 48.33 0.7 0.4
Hex AF 93 1F 0 10 52 1F 30 46 28
Octal 257 223 37 0 20 122 37 60 106 50
Binary 10101111 10010011 11111 0 10000 1010010 11111 110000 1000110 101000

Color Harmonies of #AF931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF931F

Black with #AF931F

Text Example


Text Example

White with #AF931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF931F; }

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

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

background-color css

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

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

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

border-color css

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

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

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