Html Css Color HEX #A28D1C Lucky

📋 copy color: '#A28D1C'

red 162 ◦ green 141 ◦ blue 28

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

Shades of Lucky #A28D1C

Tints of Lucky #A28D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.6%

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 48.94%
G = 42.6%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A28D1C (or 0xA28D1C) is known color: Lucky. HEX triplet: A2, 8D and 1C. RGB value is (162,141,28). Sum of RGB (Red+Green+Blue) = 162+141+28=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D1C is #5D72E3. Grayscale: #868686. Windows color (decimal): -6124260 or 1871266. OLE color: 1871266.

HSL color Cylindrical-coordinate representation of color #A28D1C: hue angle of 50.6º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A28D1C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 141 28 -
CMYK 0 0.13 0.83 0.36
HSL 50.6º 0.71% 0.37% -
HSV(B) 50.6º 0.83% 0.64% -
XYZ 24.63 26.81 4.98 -
YUV 134.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 162 141 28 0 0.13 0.83 0.36 50.6 0.71 0.37
Hex A2 8D 1C 0 D 53 24 33 47 25
Octal 242 215 34 0 15 123 44 63 107 45
Binary 10100010 10001101 11100 0 1101 1010011 100100 110011 1000111 100101

Color Harmonies of #A28D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D1C

Black with #A28D1C

Text Example


Text Example

White with #A28D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D1C; }

 p { color: rgb(162,141,28); }

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

background-color css

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

 a { background-color: rgb(162,141,28); }

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

border-color css

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

 span { border-color: rgb(162,141,28); }

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