Html Css Color HEX #A29400 Lucky

📋 copy color: '#A29400'

red 162 ◦ green 148 ◦ blue 0

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

Shades of Lucky #A29400

Tints of Lucky #A29400

RGB

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

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

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

R = 52.26%
G = 47.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A29400 (or 0xA29400) is known color: Lucky. HEX triplet: A2, 94 and 00. RGB value is (162,148,0). Sum of RGB (Red+Green+Blue) = 162+148+0=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A29400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29400 is #5D6BFF. Grayscale: #878787. Windows color (decimal): -6122496 or 38050. OLE color: 38050.

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

Color convert

RGB 162 148 0 -
CMYK 0 0.09 1 0.36
HSL 54.81º 1% 0.32% -
HSV(B) 54.81º 1% 0.64% -
XYZ 25.49 28.86 4.23 -
YUV 135.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 162 148 0 0 0.09 1 0.36 54.81 1 0.32
Hex A2 94 0 0 9 64 24 37 64 20
Octal 242 224 0 0 11 144 44 67 144 40
Binary 10100010 10010100 0 0 1001 1100100 100100 110111 1100100 100000

Color Harmonies of #A29400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29400

Black with #A29400

Text Example


Text Example

White with #A29400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29400; }

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

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

background-color css

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

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

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

border-color css

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

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

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