Html Css Color HEX #A29E2B Lucky

📋 copy color: '#A29E2B'

red 162 ◦ green 158 ◦ blue 43

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

Shades of Lucky #A29E2B

Tints of Lucky #A29E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.85%

R = 44.63%
G = 43.53%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A29E2B (or 0xA29E2B) is known color: Lucky. HEX triplet: A2, 9E and 2B. RGB value is (162,158,43). Sum of RGB (Red+Green+Blue) = 162+158+43=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E2B is #5D61D4. Grayscale: #929292. Windows color (decimal): -6119893 or 2858658. OLE color: 2858658.

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

Color convert

RGB 162 158 43 -
CMYK 0 0.02 0.73 0.36
HSL 57.98º 0.58% 0.4% -
HSV(B) 57.98º 0.73% 0.64% -
XYZ 27.56 32.31 7.07 -
YUV 146.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 162 158 43 0 0.02 0.73 0.36 57.98 0.58 0.4
Hex A2 9E 2B 0 2 49 24 3A 3A 28
Octal 242 236 53 0 2 111 44 72 72 50
Binary 10100010 10011110 101011 0 10 1001001 100100 111010 111010 101000

Color Harmonies of #A29E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E2B

Black with #A29E2B

Text Example


Text Example

White with #A29E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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