Html Css Color HEX #A29900 Lucky

📋 copy color: '#A29900'

red 162 ◦ green 153 ◦ blue 0

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

Shades of Lucky #A29900

Tints of Lucky #A29900

RGB

 RED value IS 162 (63.67% from 255) = 51.43%

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

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

R = 51.43%
G = 48.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A29900 (or 0xA29900) is known color: Lucky. HEX triplet: A2, 99 and 00. RGB value is (162,153,0). Sum of RGB (Red+Green+Blue) = 162+153+0=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A29900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29900 is #5D66FF. Grayscale: #8A8A8A. Windows color (decimal): -6121216 or 39330. OLE color: 39330.

HSL color Cylindrical-coordinate representation of color #A29900: hue angle of 56.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A29900 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 0 -
CMYK 0 0.06 1 0.36
HSL 56.67º 1% 0.32% -
HSV(B) 56.67º 1% 0.64% -
XYZ 26.29 30.46 4.49 -
YUV 138.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 162 153 0 0 0.06 1 0.36 56.67 1 0.32
Hex A2 99 0 0 6 64 24 39 64 20
Octal 242 231 0 0 6 144 44 71 144 40
Binary 10100010 10011001 0 0 110 1100100 100100 111001 1100100 100000

Color Harmonies of #A29900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29900

Black with #A29900

Text Example


Text Example

White with #A29900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29900; }

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

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

background-color css

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

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

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

border-color css

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

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

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