Html Css Color HEX #A69900 Lucky

📋 copy color: '#A69900'

red 166 ◦ green 153 ◦ blue 0

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

Shades of Lucky #A69900

Tints of Lucky #A69900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.96%

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

R = 52.04%
G = 47.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A69900 (or 0xA69900) is known color: Lucky. HEX triplet: A6, 99 and 00. RGB value is (166,153,0). Sum of RGB (Red+Green+Blue) = 166+153+0=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A69900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69900 is #5966FF. Grayscale: #8C8C8C. Windows color (decimal): -5859072 or 39334. OLE color: 39334.

HSL color Cylindrical-coordinate representation of color #A69900: hue angle of 55.3º 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 #A69900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 0 -
CMYK 0 0.08 1 0.35
HSL 55.3º 1% 0.33% -
HSV(B) 55.3º 1% 0.65% -
XYZ 27.12 30.89 4.53 -
YUV 139.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 166 153 0 0 0.08 1 0.35 55.3 1 0.33
Hex A6 99 0 0 8 64 23 37 64 21
Octal 246 231 0 0 10 144 43 67 144 41
Binary 10100110 10011001 0 0 1000 1100100 100011 110111 1100100 100001

Color Harmonies of #A69900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69900

Black with #A69900

Text Example


Text Example

White with #A69900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69900; }

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

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

background-color css

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

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

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

border-color css

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

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

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