Html Css Color HEX #AF8D1C Lucky

📋 copy color: '#AF8D1C'

red 175 ◦ green 141 ◦ blue 28

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

Shades of Lucky #AF8D1C

Tints of Lucky #AF8D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

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

R = 50.87%
G = 40.99%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF8D1C (or 0xAF8D1C) is known color: Lucky. HEX triplet: AF, 8D and 1C. RGB value is (175,141,28). Sum of RGB (Red+Green+Blue) = 175+141+28=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8D1C is #5072E3. Grayscale: #8A8A8A. Windows color (decimal): -5272292 or 1871279. OLE color: 1871279.

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

Color convert

RGB 175 141 28 -
CMYK 0 0.19 0.84 0.31
HSL 46.12º 0.72% 0.4% -
HSV(B) 46.12º 0.84% 0.69% -
XYZ 27.41 28.25 5.11 -
YUV 138.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 175 141 28 0 0.19 0.84 0.31 46.12 0.72 0.4
Hex AF 8D 1C 0 13 54 1F 2E 48 28
Octal 257 215 34 0 23 124 37 56 110 50
Binary 10101111 10001101 11100 0 10011 1010100 11111 101110 1001000 101000

Color Harmonies of #AF8D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D1C

Black with #AF8D1C

Text Example


Text Example

White with #AF8D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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