Html Css Color HEX #A19D0F Lucky

📋 copy color: '#A19D0F'

red 161 ◦ green 157 ◦ blue 15

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

Shades of Lucky #A19D0F

Tints of Lucky #A19D0F

RGB

 RED value IS 161 (63.28% from 255) = 48.35%

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

 BLUE value IS 15 (6.25% from 255) = 4.5%

R = 48.35%
G = 47.15%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A19D0F (or 0xA19D0F) is known color: Lucky. HEX triplet: A1, 9D and 0F. RGB value is (161,157,15). Sum of RGB (Red+Green+Blue) = 161+157+15=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19D0F is #5E62F0. Grayscale: #8E8E8E. Windows color (decimal): -6185713 or 1023393. OLE color: 1023393.

HSL color Cylindrical-coordinate representation of color #A19D0F: hue angle of 58.36º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A19D0F is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 157 15 -
CMYK 0 0.02 0.91 0.37
HSL 58.36º 0.83% 0.35% -
HSV(B) 58.36º 0.91% 0.63% -
XYZ 26.84 31.73 5.16 -
YUV 142.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 161 157 15 0 0.02 0.91 0.37 58.36 0.83 0.35
Hex A1 9D F 0 2 5B 25 3A 53 23
Octal 241 235 17 0 2 133 45 72 123 43
Binary 10100001 10011101 1111 0 10 1011011 100101 111010 1010011 100011

Color Harmonies of #A19D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D0F

Black with #A19D0F

Text Example


Text Example

White with #A19D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D0F; }

 p { color: rgb(161,157,15); }

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

background-color css

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

 a { background-color: rgb(161,157,15); }

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

border-color css

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

 span { border-color: rgb(161,157,15); }

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