Html Css Color HEX #A28B13 Lucky

📋 copy color: '#A28B13'

red 162 ◦ green 139 ◦ blue 19

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

Shades of Lucky #A28B13

Tints of Lucky #A28B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.44%

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

R = 50.63%
G = 43.44%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A28B13 (or 0xA28B13) is known color: Lucky. HEX triplet: A2, 8B and 13. RGB value is (162,139,19). Sum of RGB (Red+Green+Blue) = 162+139+19=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28B13 is #5D74EC. Grayscale: #848484. Windows color (decimal): -6124781 or 1280930. OLE color: 1280930.

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

Color convert

RGB 162 139 19 -
CMYK 0 0.14 0.88 0.36
HSL 50.35º 0.79% 0.35% -
HSV(B) 50.35º 0.88% 0.64% -
XYZ 24.25 26.19 4.39 -
YUV 132.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 162 139 19 0 0.14 0.88 0.36 50.35 0.79 0.35
Hex A2 8B 13 0 E 58 24 32 4F 23
Octal 242 213 23 0 16 130 44 62 117 43
Binary 10100010 10001011 10011 0 1110 1011000 100100 110010 1001111 100011

Color Harmonies of #A28B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28B13

Black with #A28B13

Text Example


Text Example

White with #A28B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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