Html Css Color HEX #A58F1B Lucky

📋 copy color: '#A58F1B'

red 165 ◦ green 143 ◦ blue 27

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

Shades of Lucky #A58F1B

Tints of Lucky #A58F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 49.25%
G = 42.69%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A58F1B (or 0xA58F1B) is known color: Lucky. HEX triplet: A5, 8F and 1B. RGB value is (165,143,27). Sum of RGB (Red+Green+Blue) = 165+143+27=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58F1B is #5A70E4. Grayscale: #888888. Windows color (decimal): -5927141 or 1806245. OLE color: 1806245.

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

Color convert

RGB 165 143 27 -
CMYK 0 0.13 0.84 0.35
HSL 50.43º 0.72% 0.38% -
HSV(B) 50.43º 0.84% 0.65% -
XYZ 25.54 27.72 5.04 -
YUV 136.35 66.29 148.43 -
System Red Green Blue C M Y K H S L
Decimal 165 143 27 0 0.13 0.84 0.35 50.43 0.72 0.38
Hex A5 8F 1B 0 D 54 23 32 48 26
Octal 245 217 33 0 15 124 43 62 110 46
Binary 10100101 10001111 11011 0 1101 1010100 100011 110010 1001000 100110

Color Harmonies of #A58F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F1B

Black with #A58F1B

Text Example


Text Example

White with #A58F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F1B; }

 p { color: rgb(165,143,27); }

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

background-color css

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

 a { background-color: rgb(165,143,27); }

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

border-color css

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

 span { border-color: rgb(165,143,27); }

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