Html Css Color HEX #A6A30F Lucky

📋 copy color: '#A6A30F'

red 166 ◦ green 163 ◦ blue 15

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

Shades of Lucky #A6A30F

Tints of Lucky #A6A30F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.38%

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

R = 48.26%
G = 47.38%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6A30F (or 0xA6A30F) is known color: Lucky. HEX triplet: A6, A3 and 0F. RGB value is (166,163,15). Sum of RGB (Red+Green+Blue) = 166+163+15=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A30F is #595CF0. Grayscale: #939393. Windows color (decimal): -5856497 or 1024934. OLE color: 1024934.

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

Color convert

RGB 166 163 15 -
CMYK 0 0.02 0.91 0.35
HSL 58.81º 0.83% 0.35% -
HSV(B) 58.81º 0.91% 0.65% -
XYZ 28.91 34.34 5.56 -
YUV 147.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 166 163 15 0 0.02 0.91 0.35 58.81 0.83 0.35
Hex A6 A3 F 0 2 5B 23 3B 53 23
Octal 246 243 17 0 2 133 43 73 123 43
Binary 10100110 10100011 1111 0 10 1011011 100011 111011 1010011 100011

Color Harmonies of #A6A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A30F

Black with #A6A30F

Text Example


Text Example

White with #A6A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A30F; }

 p { color: rgb(166,163,15); }

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

background-color css

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

 a { background-color: rgb(166,163,15); }

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

border-color css

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

 span { border-color: rgb(166,163,15); }

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