Html Css Color HEX #AF9A1C Lucky

📋 copy color: '#AF9A1C'

red 175 ◦ green 154 ◦ blue 28

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

Shades of Lucky #AF9A1C

Tints of Lucky #AF9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.14%

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

R = 49.02%
G = 43.14%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF9A1C (or 0xAF9A1C) is known color: Lucky. HEX triplet: AF, 9A and 1C. RGB value is (175,154,28). Sum of RGB (Red+Green+Blue) = 175+154+28=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A1C is #5065E3. Grayscale: #929292. Windows color (decimal): -5268964 or 1874607. OLE color: 1874607.

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

Color convert

RGB 175 154 28 -
CMYK 0 0.12 0.84 0.31
HSL 51.43º 0.72% 0.4% -
HSV(B) 51.43º 0.84% 0.69% -
XYZ 29.44 32.31 5.78 -
YUV 145.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 175 154 28 0 0.12 0.84 0.31 51.43 0.72 0.4
Hex AF 9A 1C 0 C 54 1F 33 48 28
Octal 257 232 34 0 14 124 37 63 110 50
Binary 10101111 10011010 11100 0 1100 1010100 11111 110011 1001000 101000

Color Harmonies of #AF9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A1C

Black with #AF9A1C

Text Example


Text Example

White with #AF9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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