Html Css Color HEX #A6901F Lucky

📋 copy color: '#A6901F'

red 166 ◦ green 144 ◦ blue 31

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

Shades of Lucky #A6901F

Tints of Lucky #A6901F

RGB

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

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

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

R = 48.68%
G = 42.23%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6901F (or 0xA6901F) is known color: Lucky. HEX triplet: A6, 90 and 1F. RGB value is (166,144,31). Sum of RGB (Red+Green+Blue) = 166+144+31=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6901F is #596FE0. Grayscale: #8A8A8A. Windows color (decimal): -5861345 or 2068646. OLE color: 2068646.

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

Color convert

RGB 166 144 31 -
CMYK 0 0.13 0.81 0.35
HSL 50.22º 0.69% 0.39% -
HSV(B) 50.22º 0.81% 0.65% -
XYZ 25.95 28.15 5.36 -
YUV 137.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 166 144 31 0 0.13 0.81 0.35 50.22 0.69 0.39
Hex A6 90 1F 0 D 51 23 32 45 27
Octal 246 220 37 0 15 121 43 62 105 47
Binary 10100110 10010000 11111 0 1101 1010001 100011 110010 1000101 100111

Color Harmonies of #A6901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6901F

Black with #A6901F

Text Example


Text Example

White with #A6901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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