Html Css Color HEX #A58F0D Lucky

📋 copy color: '#A58F0D'

red 165 ◦ green 143 ◦ blue 13

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

Shades of Lucky #A58F0D

Tints of Lucky #A58F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.05%

R = 51.4%
G = 44.55%
B = 4.05%

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

#A58F0D (or 0xA58F0D) is known color: Lucky. HEX triplet: A5, 8F and 0D. RGB value is (165,143,13). Sum of RGB (Red+Green+Blue) = 165+143+13=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F0D is #5A70F2. Grayscale: #878787. Windows color (decimal): -5927155 or 888741. OLE color: 888741.

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

Color convert

RGB 165 143 13 -
CMYK 0 0.13 0.92 0.35
HSL 51.32º 0.85% 0.35% -
HSV(B) 51.32º 0.92% 0.65% -
XYZ 25.41 27.67 4.38 -
YUV 134.76 59.29 149.57 -
System Red Green Blue C M Y K H S L
Decimal 165 143 13 0 0.13 0.92 0.35 51.32 0.85 0.35
Hex A5 8F D 0 D 5C 23 33 55 23
Octal 245 217 15 0 15 134 43 63 125 43
Binary 10100101 10001111 1101 0 1101 1011100 100011 110011 1010101 100011

Color Harmonies of #A58F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58F0D

Black with #A58F0D

Text Example


Text Example

White with #A58F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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