Html Css Color HEX #AF9A1D Lucky

📋 copy color: '#AF9A1D'

red 175 ◦ green 154 ◦ blue 29

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

Shades of Lucky #AF9A1D

Tints of Lucky #AF9A1D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

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

R = 48.88%
G = 43.02%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF9A1D (or 0xAF9A1D) is known color: Lucky. HEX triplet: AF, 9A and 1D. RGB value is (175,154,29). Sum of RGB (Red+Green+Blue) = 175+154+29=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A1D is #5065E2. Grayscale: #929292. Windows color (decimal): -5268963 or 1940143. OLE color: 1940143.

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

Color convert

RGB 175 154 29 -
CMYK 0 0.12 0.83 0.31
HSL 51.37º 0.72% 0.4% -
HSV(B) 51.37º 0.83% 0.69% -
XYZ 29.46 32.31 5.85 -
YUV 146.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 175 154 29 0 0.12 0.83 0.31 51.37 0.72 0.4
Hex AF 9A 1D 0 C 53 1F 33 48 28
Octal 257 232 35 0 14 123 37 63 110 50
Binary 10101111 10011010 11101 0 1100 1010011 11111 110011 1001000 101000

Color Harmonies of #AF9A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A1D

Black with #AF9A1D

Text Example


Text Example

White with #AF9A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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