Html Css Color HEX #A09D1F Lucky

📋 copy color: '#A09D1F'

red 160 ◦ green 157 ◦ blue 31

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

Shades of Lucky #A09D1F

Tints of Lucky #A09D1F

RGB

 RED value IS 160 (62.89% from 255) = 45.98%

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

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 45.98%
G = 45.11%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A09D1F (or 0xA09D1F) is known color: Lucky. HEX triplet: A0, 9D and 1F. RGB value is (160,157,31). Sum of RGB (Red+Green+Blue) = 160+157+31=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D1F is #5F62E0. Grayscale: #909090. Windows color (decimal): -6251233 or 2071968. OLE color: 2071968.

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

Color convert

RGB 160 157 31 -
CMYK 0 0.02 0.81 0.37
HSL 58.6º 0.68% 0.37% -
HSV(B) 58.6º 0.81% 0.63% -
XYZ 26.8 31.69 6 -
YUV 143.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 160 157 31 0 0.02 0.81 0.37 58.6 0.68 0.37
Hex A0 9D 1F 0 2 51 25 3B 44 25
Octal 240 235 37 0 2 121 45 73 104 45
Binary 10100000 10011101 11111 0 10 1010001 100101 111011 1000100 100101

Color Harmonies of #A09D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D1F

Black with #A09D1F

Text Example


Text Example

White with #A09D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D1F; }

 p { color: rgb(160,157,31); }

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

background-color css

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

 a { background-color: rgb(160,157,31); }

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

border-color css

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

 span { border-color: rgb(160,157,31); }

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