Html Css Color HEX #A09F1A Lucky

📋 copy color: '#A09F1A'

red 160 ◦ green 159 ◦ blue 26

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

Shades of Lucky #A09F1A

Tints of Lucky #A09F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.54%

R = 46.38%
G = 46.09%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A09F1A (or 0xA09F1A) is known color: Lucky. HEX triplet: A0, 9F and 1A. RGB value is (160,159,26). Sum of RGB (Red+Green+Blue) = 160+159+26=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09F1A is #5F60E5. Grayscale: #909090. Windows color (decimal): -6250726 or 1744800. OLE color: 1744800.

HSL color Cylindrical-coordinate representation of color #A09F1A: hue angle of 59.55º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A09F1A is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 159 26 -
CMYK 0 0.01 0.84 0.37
HSL 59.55º 0.72% 0.36% -
HSV(B) 59.55º 0.84% 0.63% -
XYZ 27.08 32.34 5.79 -
YUV 144.14 61.33 139.31 -
System Red Green Blue C M Y K H S L
Decimal 160 159 26 0 0.01 0.84 0.37 59.55 0.72 0.36
Hex A0 9F 1A 0 1 54 25 3C 48 24
Octal 240 237 32 0 1 124 45 74 110 44
Binary 10100000 10011111 11010 0 1 1010100 100101 111100 1001000 100100

Color Harmonies of #A09F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F1A

Black with #A09F1A

Text Example


Text Example

White with #A09F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F1A; }

 p { color: rgb(160,159,26); }

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

background-color css

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

 a { background-color: rgb(160,159,26); }

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

border-color css

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

 span { border-color: rgb(160,159,26); }

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