Html Css Color HEX #A69400 Lucky

📋 copy color: '#A69400'

red 166 ◦ green 148 ◦ blue 0

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

Shades of Lucky #A69400

Tints of Lucky #A69400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.87%
G = 47.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A69400 (or 0xA69400) is known color: Lucky. HEX triplet: A6, 94 and 00. RGB value is (166,148,0). Sum of RGB (Red+Green+Blue) = 166+148+0=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A69400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69400 is #596BFF. Grayscale: #898989. Windows color (decimal): -5860352 or 38054. OLE color: 38054.

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

Color convert

RGB 166 148 0 -
CMYK 0 0.11 1 0.35
HSL 53.49º 1% 0.33% -
HSV(B) 53.49º 1% 0.65% -
XYZ 26.32 29.29 4.27 -
YUV 136.51 50.96 149.03 -
System Red Green Blue C M Y K H S L
Decimal 166 148 0 0 0.11 1 0.35 53.49 1 0.33
Hex A6 94 0 0 B 64 23 35 64 21
Octal 246 224 0 0 13 144 43 65 144 41
Binary 10100110 10010100 0 0 1011 1100100 100011 110101 1100100 100001

Color Harmonies of #A69400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69400

Black with #A69400

Text Example


Text Example

White with #A69400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69400; }

 p { color: rgb(166,148,0); }

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

background-color css

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

 a { background-color: rgb(166,148,0); }

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

border-color css

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

 span { border-color: rgb(166,148,0); }

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