Html Css Color HEX #A28F24 Lucky

📋 copy color: '#A28F24'

red 162 ◦ green 143 ◦ blue 36

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

Shades of Lucky #A28F24

Tints of Lucky #A28F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.94%

 BLUE value IS 36 (14.45% from 255) = 10.56%

R = 47.51%
G = 41.94%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A28F24 (or 0xA28F24) is known color: Lucky. HEX triplet: A2, 8F and 24. RGB value is (162,143,36). Sum of RGB (Red+Green+Blue) = 162+143+36=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28F24 is #5D70DB. Grayscale: #888888. Windows color (decimal): -6123740 or 2396066. OLE color: 2396066.

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

Color convert

RGB 162 143 36 -
CMYK 0 0.12 0.78 0.36
HSL 50.95º 0.64% 0.39% -
HSV(B) 50.95º 0.78% 0.64% -
XYZ 25.04 27.45 5.65 -
YUV 136.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 162 143 36 0 0.12 0.78 0.36 50.95 0.64 0.39
Hex A2 8F 24 0 C 4E 24 33 40 27
Octal 242 217 44 0 14 116 44 63 100 47
Binary 10100010 10001111 100100 0 1100 1001110 100100 110011 1000000 100111

Color Harmonies of #A28F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28F24

Black with #A28F24

Text Example


Text Example

White with #A28F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28F24; }

 p { color: rgb(162,143,36); }

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

background-color css

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

 a { background-color: rgb(162,143,36); }

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

border-color css

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

 span { border-color: rgb(162,143,36); }

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