Html Css Color HEX #A29B2E Lucky

📋 copy color: '#A29B2E'

red 162 ◦ green 155 ◦ blue 46

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

Shades of Lucky #A29B2E

Tints of Lucky #A29B2E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

 BLUE value IS 46 (18.36% from 255) = 12.67%

R = 44.63%
G = 42.7%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A29B2E (or 0xA29B2E) is known color: Lucky. HEX triplet: A2, 9B and 2E. RGB value is (162,155,46). Sum of RGB (Red+Green+Blue) = 162+155+46=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B2E is #5D64D1. Grayscale: #919191. Windows color (decimal): -6120658 or 3054498. OLE color: 3054498.

HSL color Cylindrical-coordinate representation of color #A29B2E: hue angle of 56.38º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A29B2E is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 155 46 -
CMYK 0 0.04 0.72 0.36
HSL 56.38º 0.56% 0.41% -
HSV(B) 56.38º 0.72% 0.64% -
XYZ 27.11 31.32 7.2 -
YUV 144.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 162 155 46 0 0.04 0.72 0.36 56.38 0.56 0.41
Hex A2 9B 2E 0 4 48 24 38 38 29
Octal 242 233 56 0 4 110 44 70 70 51
Binary 10100010 10011011 101110 0 100 1001000 100100 111000 111000 101001

Color Harmonies of #A29B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29B2E

Black with #A29B2E

Text Example


Text Example

White with #A29B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29B2E; }

 p { color: rgb(162,155,46); }

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

background-color css

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

 a { background-color: rgb(162,155,46); }

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

border-color css

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

 span { border-color: rgb(162,155,46); }

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