Html Css Color HEX #A29901 Lucky

📋 copy color: '#A29901'

red 162 ◦ green 153 ◦ blue 1

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

Shades of Lucky #A29901

Tints of Lucky #A29901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 51.27%
G = 48.42%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A29901 (or 0xA29901) is known color: Lucky. HEX triplet: A2, 99 and 01. RGB value is (162,153,1). Sum of RGB (Red+Green+Blue) = 162+153+1=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A29901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29901 is #5D66FE. Grayscale: #8A8A8A. Windows color (decimal): -6121215 or 104866. OLE color: 104866.

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

Color convert

RGB 162 153 1 -
CMYK 0 0.06 0.99 0.36
HSL 56.65º 0.99% 0.32% -
HSV(B) 56.65º 0.99% 0.64% -
XYZ 26.3 30.47 4.52 -
YUV 138.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 162 153 1 0 0.06 0.99 0.36 56.65 0.99 0.32
Hex A2 99 1 0 6 63 24 39 63 20
Octal 242 231 1 0 6 143 44 71 143 40
Binary 10100010 10011001 1 0 110 1100011 100100 111001 1100011 100000

Color Harmonies of #A29901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29901

Black with #A29901

Text Example


Text Example

White with #A29901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29901; }

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

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

background-color css

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

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

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

border-color css

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

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

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