Html Css Color HEX #AF9D1D Lucky

📋 copy color: '#AF9D1D'

red 175 ◦ green 157 ◦ blue 29

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

Shades of Lucky #AF9D1D

Tints of Lucky #AF9D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.49%

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

R = 48.48%
G = 43.49%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF9D1D (or 0xAF9D1D) is known color: Lucky. HEX triplet: AF, 9D and 1D. RGB value is (175,157,29). Sum of RGB (Red+Green+Blue) = 175+157+29=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9D1D is #5062E2. Grayscale: #949494. Windows color (decimal): -5268195 or 1940911. OLE color: 1940911.

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

Color convert

RGB 175 157 29 -
CMYK 0 0.10 0.83 0.31
HSL 52.6º 0.72% 0.4% -
HSV(B) 52.6º 0.83% 0.69% -
XYZ 29.96 33.32 6.01 -
YUV 147.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 175 157 29 0 0.10 0.83 0.31 52.6 0.72 0.4
Hex AF 9D 1D 0 A 53 1F 35 48 28
Octal 257 235 35 0 12 123 37 65 110 50
Binary 10101111 10011101 11101 0 1010 1010011 11111 110101 1001000 101000

Color Harmonies of #AF9D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9D1D

Black with #AF9D1D

Text Example


Text Example

White with #AF9D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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