Html Css Color HEX #AF991C Lucky

📋 copy color: '#AF991C'

red 175 ◦ green 153 ◦ blue 28

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

Shades of Lucky #AF991C

Tints of Lucky #AF991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

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

R = 49.16%
G = 42.98%
B = 7.87%

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

#AF991C (or 0xAF991C) is known color: Lucky. HEX triplet: AF, 99 and 1C. RGB value is (175,153,28). Sum of RGB (Red+Green+Blue) = 175+153+28=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF991C is #5066E3. Grayscale: #919191. Windows color (decimal): -5269220 or 1874351. OLE color: 1874351.

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

Color convert

RGB 175 153 28 -
CMYK 0 0.13 0.84 0.31
HSL 51.02º 0.72% 0.4% -
HSV(B) 51.02º 0.84% 0.69% -
XYZ 29.28 31.98 5.73 -
YUV 145.33 61.79 149.16 -
System Red Green Blue C M Y K H S L
Decimal 175 153 28 0 0.13 0.84 0.31 51.02 0.72 0.4
Hex AF 99 1C 0 D 54 1F 33 48 28
Octal 257 231 34 0 15 124 37 63 110 50
Binary 10101111 10011001 11100 0 1101 1010100 11111 110011 1001000 101000

Color Harmonies of #AF991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF991C

Black with #AF991C

Text Example


Text Example

White with #AF991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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