Html Css Color HEX #AF9D1C Lucky

📋 copy color: '#AF9D1C'

red 175 ◦ green 157 ◦ blue 28

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

Shades of Lucky #AF9D1C

Tints of Lucky #AF9D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.61%

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

R = 48.61%
G = 43.61%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF9D1C (or 0xAF9D1C) is known color: Lucky. HEX triplet: AF, 9D and 1C. RGB value is (175,157,28). Sum of RGB (Red+Green+Blue) = 175+157+28=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D1C is #5062E3. Grayscale: #949494. Windows color (decimal): -5268196 or 1875375. OLE color: 1875375.

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

Color convert

RGB 175 157 28 -
CMYK 0 0.10 0.84 0.31
HSL 52.65º 0.72% 0.4% -
HSV(B) 52.65º 0.84% 0.69% -
XYZ 29.95 33.31 5.95 -
YUV 147.68 60.46 147.49 -
System Red Green Blue C M Y K H S L
Decimal 175 157 28 0 0.10 0.84 0.31 52.65 0.72 0.4
Hex AF 9D 1C 0 A 54 1F 35 48 28
Octal 257 235 34 0 12 124 37 65 110 50
Binary 10101111 10011101 11100 0 1010 1010100 11111 110101 1001000 101000

Color Harmonies of #AF9D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D1C

Black with #AF9D1C

Text Example


Text Example

White with #AF9D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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