Html Css Color HEX #A29E0E Lucky

📋 copy color: '#A29E0E'

red 162 ◦ green 158 ◦ blue 14

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

Shades of Lucky #A29E0E

Tints of Lucky #A29E0E

RGB

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

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

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

R = 48.5%
G = 47.31%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A29E0E (or 0xA29E0E) is known color: Lucky. HEX triplet: A2, 9E and 0E. RGB value is (162,158,14). Sum of RGB (Red+Green+Blue) = 162+158+14=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E0E is #5D61F1. Grayscale: #8F8F8F. Windows color (decimal): -6119922 or 958114. OLE color: 958114.

HSL color Cylindrical-coordinate representation of color #A29E0E: hue angle of 58.38º 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 #A29E0E is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 158 14 -
CMYK 0 0.02 0.91 0.36
HSL 58.38º 0.84% 0.35% -
HSV(B) 58.38º 0.91% 0.64% -
XYZ 27.21 32.17 5.19 -
YUV 142.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 162 158 14 0 0.02 0.91 0.36 58.38 0.84 0.35
Hex A2 9E E 0 2 5B 24 3A 54 23
Octal 242 236 16 0 2 133 44 72 124 43
Binary 10100010 10011110 1110 0 10 1011011 100100 111010 1010100 100011

Color Harmonies of #A29E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E0E

Black with #A29E0E

Text Example


Text Example

White with #A29E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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