Html Css Color HEX #A58B0E Lucky

📋 copy color: '#A58B0E'

red 165 ◦ green 139 ◦ blue 14

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

Shades of Lucky #A58B0E

Tints of Lucky #A58B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 51.89%
G = 43.71%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A58B0E (or 0xA58B0E) is known color: Lucky. HEX triplet: A5, 8B and 0E. RGB value is (165,139,14). Sum of RGB (Red+Green+Blue) = 165+139+14=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58B0E is #5A74F1. Grayscale: #858585. Windows color (decimal): -5928178 or 953253. OLE color: 953253.

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

Color convert

RGB 165 139 14 -
CMYK 0 0.16 0.92 0.35
HSL 49.67º 0.84% 0.35% -
HSV(B) 49.67º 0.92% 0.65% -
XYZ 24.83 26.5 4.22 -
YUV 132.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 165 139 14 0 0.16 0.92 0.35 49.67 0.84 0.35
Hex A5 8B E 0 10 5C 23 32 54 23
Octal 245 213 16 0 20 134 43 62 124 43
Binary 10100101 10001011 1110 0 10000 1011100 100011 110010 1010100 100011

Color Harmonies of #A58B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B0E

Black with #A58B0E

Text Example


Text Example

White with #A58B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B0E; }

 p { color: rgb(165,139,14); }

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

background-color css

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

 a { background-color: rgb(165,139,14); }

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

border-color css

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

 span { border-color: rgb(165,139,14); }

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