Html Css Color HEX #A29428 Lucky

📋 copy color: '#A29428'

red 162 ◦ green 148 ◦ blue 40

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

Shades of Lucky #A29428

Tints of Lucky #A29428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 46.29%
G = 42.29%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A29428 (or 0xA29428) is known color: Lucky. HEX triplet: A2, 94 and 28. RGB value is (162,148,40). Sum of RGB (Red+Green+Blue) = 162+148+40=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A29428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29428 is #5D6BD7. Grayscale: #8C8C8C. Windows color (decimal): -6122456 or 2659490. OLE color: 2659490.

HSL color Cylindrical-coordinate representation of color #A29428: hue angle of 53.11º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A29428 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 148 40 -
CMYK 0 0.09 0.75 0.36
HSL 53.11º 0.6% 0.4% -
HSV(B) 53.11º 0.75% 0.64% -
XYZ 25.87 29.01 6.24 -
YUV 139.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 162 148 40 0 0.09 0.75 0.36 53.11 0.6 0.4
Hex A2 94 28 0 9 4B 24 35 3C 28
Octal 242 224 50 0 11 113 44 65 74 50
Binary 10100010 10010100 101000 0 1001 1001011 100100 110101 111100 101000

Color Harmonies of #A29428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29428

Black with #A29428

Text Example


Text Example

White with #A29428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29428; }

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

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

background-color css

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

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

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

border-color css

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

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

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