Html Css Color HEX #AF981C Lucky

📋 copy color: '#AF981C'

red 175 ◦ green 152 ◦ blue 28

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

Shades of Lucky #AF981C

Tints of Lucky #AF981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 49.3%
G = 42.82%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF981C (or 0xAF981C) is known color: Lucky. HEX triplet: AF, 98 and 1C. RGB value is (175,152,28). Sum of RGB (Red+Green+Blue) = 175+152+28=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF981C is #5067E3. Grayscale: #919191. Windows color (decimal): -5269476 or 1874095. OLE color: 1874095.

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

Color convert

RGB 175 152 28 -
CMYK 0 0.13 0.84 0.31
HSL 50.61º 0.72% 0.4% -
HSV(B) 50.61º 0.84% 0.69% -
XYZ 29.12 31.65 5.67 -
YUV 144.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 175 152 28 0 0.13 0.84 0.31 50.61 0.72 0.4
Hex AF 98 1C 0 D 54 1F 33 48 28
Octal 257 230 34 0 15 124 37 63 110 50
Binary 10101111 10011000 11100 0 1101 1010100 11111 110011 1001000 101000

Color Harmonies of #AF981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF981C

Black with #AF981C

Text Example


Text Example

White with #AF981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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