Html Css Color HEX #A29E30 Lucky

📋 copy color: '#A29E30'

red 162 ◦ green 158 ◦ blue 48

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

Shades of Lucky #A29E30

Tints of Lucky #A29E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.93%

 BLUE value IS 48 (19.14% from 255) = 13.04%

R = 44.02%
G = 42.93%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A29E30 (or 0xA29E30) is known color: Lucky. HEX triplet: A2, 9E and 30. RGB value is (162,158,48). Sum of RGB (Red+Green+Blue) = 162+158+48=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E30 is #5D61CF. Grayscale: #939393. Windows color (decimal): -6119888 or 3186338. OLE color: 3186338.

HSL color Cylindrical-coordinate representation of color #A29E30: hue angle of 57.89º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A29E30 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 158 48 -
CMYK 0 0.02 0.70 0.36
HSL 57.89º 0.54% 0.41% -
HSV(B) 57.89º 0.7% 0.64% -
XYZ 27.66 32.35 7.58 -
YUV 146.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 162 158 48 0 0.02 0.70 0.36 57.89 0.54 0.41
Hex A2 9E 30 0 2 46 24 3A 36 29
Octal 242 236 60 0 2 106 44 72 66 51
Binary 10100010 10011110 110000 0 10 1000110 100100 111010 110110 101001

Color Harmonies of #A29E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E30

Black with #A29E30

Text Example


Text Example

White with #A29E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E30; }

 p { color: rgb(162,158,48); }

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

background-color css

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

 a { background-color: rgb(162,158,48); }

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

border-color css

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

 span { border-color: rgb(162,158,48); }

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