Html Css Color HEX #AF9F1C Lucky

📋 copy color: '#AF9F1C'

red 175 ◦ green 159 ◦ blue 28

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

Shades of Lucky #AF9F1C

Tints of Lucky #AF9F1C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.92%

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

R = 48.34%
G = 43.92%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF9F1C (or 0xAF9F1C) is known color: Lucky. HEX triplet: AF, 9F and 1C. RGB value is (175,159,28). Sum of RGB (Red+Green+Blue) = 175+159+28=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F1C is #5060E3. Grayscale: #959595. Windows color (decimal): -5267684 or 1875887. OLE color: 1875887.

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

Color convert

RGB 175 159 28 -
CMYK 0 0.09 0.84 0.31
HSL 53.47º 0.72% 0.4% -
HSV(B) 53.47º 0.84% 0.69% -
XYZ 30.29 33.99 6.06 -
YUV 148.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 175 159 28 0 0.09 0.84 0.31 53.47 0.72 0.4
Hex AF 9F 1C 0 9 54 1F 35 48 28
Octal 257 237 34 0 11 124 37 65 110 50
Binary 10101111 10011111 11100 0 1001 1010100 11111 110101 1001000 101000

Color Harmonies of #AF9F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F1C

Black with #AF9F1C

Text Example


Text Example

White with #AF9F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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