Html Css Color HEX #A58F0E Lucky

📋 copy color: '#A58F0E'

red 165 ◦ green 143 ◦ blue 14

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

Shades of Lucky #A58F0E

Tints of Lucky #A58F0E

RGB

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

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

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

R = 51.24%
G = 44.41%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A58F0E (or 0xA58F0E) is known color: Lucky. HEX triplet: A5, 8F and 0E. RGB value is (165,143,14). Sum of RGB (Red+Green+Blue) = 165+143+14=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F0E is #5A70F1. Grayscale: #878787. Windows color (decimal): -5927154 or 954277. OLE color: 954277.

HSL color Cylindrical-coordinate representation of color #A58F0E: hue angle of 51.26º 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 #A58F0E is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 143 14 -
CMYK 0 0.13 0.92 0.35
HSL 51.26º 0.84% 0.35% -
HSV(B) 51.26º 0.92% 0.65% -
XYZ 25.42 27.68 4.42 -
YUV 134.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 165 143 14 0 0.13 0.92 0.35 51.26 0.84 0.35
Hex A5 8F E 0 D 5C 23 33 54 23
Octal 245 217 16 0 15 134 43 63 124 43
Binary 10100101 10001111 1110 0 1101 1011100 100011 110011 1010100 100011

Color Harmonies of #A58F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F0E

Black with #A58F0E

Text Example


Text Example

White with #A58F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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