Html Css Color HEX #A29B0E Lucky

📋 copy color: '#A29B0E'

red 162 ◦ green 155 ◦ blue 14

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

Shades of Lucky #A29B0E

Tints of Lucky #A29B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.23%

R = 48.94%
G = 46.83%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A29B0E (or 0xA29B0E) is known color: Lucky. HEX triplet: A2, 9B and 0E. RGB value is (162,155,14). Sum of RGB (Red+Green+Blue) = 162+155+14=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29B0E is #5D64F1. Grayscale: #8D8D8D. Windows color (decimal): -6120690 or 957346. OLE color: 957346.

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

Color convert

RGB 162 155 14 -
CMYK 0 0.04 0.91 0.36
HSL 57.16º 0.84% 0.35% -
HSV(B) 57.16º 0.91% 0.64% -
XYZ 26.7 31.16 5.02 -
YUV 141.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 162 155 14 0 0.04 0.91 0.36 57.16 0.84 0.35
Hex A2 9B E 0 4 5B 24 39 54 23
Octal 242 233 16 0 4 133 44 71 124 43
Binary 10100010 10011011 1110 0 100 1011011 100100 111001 1010100 100011

Color Harmonies of #A29B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29B0E

Black with #A29B0E

Text Example


Text Example

White with #A29B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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