Html Css Color HEX #A58D1A Lucky

📋 copy color: '#A58D1A'

red 165 ◦ green 141 ◦ blue 26

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

Shades of Lucky #A58D1A

Tints of Lucky #A58D1A

RGB

 RED value IS 165 (64.84% from 255) = 49.7%

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

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 49.7%
G = 42.47%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A58D1A (or 0xA58D1A) is known color: Lucky. HEX triplet: A5, 8D and 1A. RGB value is (165,141,26). Sum of RGB (Red+Green+Blue) = 165+141+26=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D1A is #5A72E5. Grayscale: #878787. Windows color (decimal): -5927654 or 1740197. OLE color: 1740197.

HSL color Cylindrical-coordinate representation of color #A58D1A: hue angle of 49.64º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A58D1A is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 141 26 -
CMYK 0 0.15 0.84 0.35
HSL 49.64º 0.73% 0.37% -
HSV(B) 49.64º 0.84% 0.65% -
XYZ 25.23 27.12 4.88 -
YUV 135.07 66.45 149.35 -
System Red Green Blue C M Y K H S L
Decimal 165 141 26 0 0.15 0.84 0.35 49.64 0.73 0.37
Hex A5 8D 1A 0 F 54 23 32 49 25
Octal 245 215 32 0 17 124 43 62 111 45
Binary 10100101 10001101 11010 0 1111 1010100 100011 110010 1001001 100101

Color Harmonies of #A58D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58D1A

Black with #A58D1A

Text Example


Text Example

White with #A58D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58D1A; }

 p { color: rgb(165,141,26); }

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

background-color css

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

 a { background-color: rgb(165,141,26); }

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

border-color css

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

 span { border-color: rgb(165,141,26); }

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