Html Css Color HEX #AF991D Lucky

📋 copy color: '#AF991D'

red 175 ◦ green 153 ◦ blue 29

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

Shades of Lucky #AF991D

Tints of Lucky #AF991D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 49.02%
G = 42.86%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF991D (or 0xAF991D) is known color: Lucky. HEX triplet: AF, 99 and 1D. RGB value is (175,153,29). Sum of RGB (Red+Green+Blue) = 175+153+29=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF991D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF991D is #5066E2. Grayscale: #919191. Windows color (decimal): -5269219 or 1939887. OLE color: 1939887.

HSL color Cylindrical-coordinate representation of color #AF991D: hue angle of 50.96º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF991D is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 153 29 -
CMYK 0 0.13 0.83 0.31
HSL 50.96º 0.72% 0.4% -
HSV(B) 50.96º 0.83% 0.69% -
XYZ 29.29 31.99 5.79 -
YUV 145.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 175 153 29 0 0.13 0.83 0.31 50.96 0.72 0.4
Hex AF 99 1D 0 D 53 1F 33 48 28
Octal 257 231 35 0 15 123 37 63 110 50
Binary 10101111 10011001 11101 0 1101 1010011 11111 110011 1001000 101000

Color Harmonies of #AF991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF991D

Black with #AF991D

Text Example


Text Example

White with #AF991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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