Html Css Color HEX #A28E13 Lucky

📋 copy color: '#A28E13'

red 162 ◦ green 142 ◦ blue 19

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

Shades of Lucky #A28E13

Tints of Lucky #A28E13

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.96%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 50.15%
G = 43.96%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A28E13 (or 0xA28E13) is known color: Lucky. HEX triplet: A2, 8E and 13. RGB value is (162,142,19). Sum of RGB (Red+Green+Blue) = 162+142+19=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E13 is #5D71EC. Grayscale: #868686. Windows color (decimal): -6124013 or 1281698. OLE color: 1281698.

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

Color convert

RGB 162 142 19 -
CMYK 0 0.12 0.88 0.36
HSL 51.61º 0.79% 0.35% -
HSV(B) 51.61º 0.88% 0.64% -
XYZ 24.69 27.07 4.54 -
YUV 133.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 162 142 19 0 0.12 0.88 0.36 51.61 0.79 0.35
Hex A2 8E 13 0 C 58 24 34 4F 23
Octal 242 216 23 0 14 130 44 64 117 43
Binary 10100010 10001110 10011 0 1100 1011000 100100 110100 1001111 100011

Color Harmonies of #A28E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E13

Black with #A28E13

Text Example


Text Example

White with #A28E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E13; }

 p { color: rgb(162,142,19); }

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

background-color css

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

 a { background-color: rgb(162,142,19); }

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

border-color css

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

 span { border-color: rgb(162,142,19); }

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