Html Css Color HEX #AF9F1D Lucky

📋 copy color: '#AF9F1D'

red 175 ◦ green 159 ◦ blue 29

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

Shades of Lucky #AF9F1D

Tints of Lucky #AF9F1D

RGB

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

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

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

R = 48.21%
G = 43.8%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF9F1D (or 0xAF9F1D) is known color: Lucky. HEX triplet: AF, 9F and 1D. RGB value is (175,159,29). Sum of RGB (Red+Green+Blue) = 175+159+29=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F1D is #5060E2. Grayscale: #959595. Windows color (decimal): -5267683 or 1941423. OLE color: 1941423.

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

Color convert

RGB 175 159 29 -
CMYK 0 0.09 0.83 0.31
HSL 53.42º 0.72% 0.4% -
HSV(B) 53.42º 0.83% 0.69% -
XYZ 30.3 34 6.13 -
YUV 148.96 60.3 146.57 -
System Red Green Blue C M Y K H S L
Decimal 175 159 29 0 0.09 0.83 0.31 53.42 0.72 0.4
Hex AF 9F 1D 0 9 53 1F 35 48 28
Octal 257 237 35 0 11 123 37 65 110 50
Binary 10101111 10011111 11101 0 1001 1010011 11111 110101 1001000 101000

Color Harmonies of #AF9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F1D

Black with #AF9F1D

Text Example


Text Example

White with #AF9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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