Html Css Color HEX #A6901E Lucky

📋 copy color: '#A6901E'

red 166 ◦ green 144 ◦ blue 30

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

Shades of Lucky #A6901E

Tints of Lucky #A6901E

RGB

 RED value IS 166 (65.23% from 255) = 48.82%

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 48.82%
G = 42.35%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6901E (or 0xA6901E) is known color: Lucky. HEX triplet: A6, 90 and 1E. RGB value is (166,144,30). Sum of RGB (Red+Green+Blue) = 166+144+30=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6901E is #596FE1. Grayscale: #8A8A8A. Windows color (decimal): -5861346 or 2003110. OLE color: 2003110.

HSL color Cylindrical-coordinate representation of color #A6901E: hue angle of 50.29º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6901E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 144 30 -
CMYK 0 0.13 0.82 0.35
HSL 50.29º 0.69% 0.38% -
HSV(B) 50.29º 0.82% 0.65% -
XYZ 25.93 28.15 5.29 -
YUV 137.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 166 144 30 0 0.13 0.82 0.35 50.29 0.69 0.38
Hex A6 90 1E 0 D 52 23 32 45 26
Octal 246 220 36 0 15 122 43 62 105 46
Binary 10100110 10010000 11110 0 1101 1010010 100011 110010 1000101 100110

Color Harmonies of #A6901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6901E

Black with #A6901E

Text Example


Text Example

White with #A6901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6901E; }

 p { color: rgb(166,144,30); }

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

background-color css

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

 a { background-color: rgb(166,144,30); }

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

border-color css

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

 span { border-color: rgb(166,144,30); }

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