Html Css Color HEX #A58543 Luxor Gold

📋 copy color: '#A58543'

red 165 ◦ green 133 ◦ blue 67

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

Shades of Luxor Gold #A58543

Tints of Luxor Gold #A58543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 67 (26.56% from 255) = 18.36%

R = 45.21%
G = 36.44%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A58543 (or 0xA58543) is known color: Luxor Gold. HEX triplet: A5, 85 and 43. RGB value is (165,133,67). Sum of RGB (Red+Green+Blue) = 165+133+67=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A58543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58543 is #5A7ABC. Grayscale: #878787. Windows color (decimal): -5929661 or 4425125. OLE color: 4425125.

HSL color Cylindrical-coordinate representation of color #A58543: hue angle of 40.41º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A58543 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 67 -
CMYK 0 0.19 0.59 0.35
HSL 40.41º 0.42% 0.45% -
HSV(B) 40.41º 0.59% 0.65% -
XYZ 24.92 25.18 8.86 -
YUV 135.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 165 133 67 0 0.19 0.59 0.35 40.41 0.42 0.45
Hex A5 85 43 0 13 3B 23 28 2A 2D
Octal 245 205 103 0 23 73 43 50 52 55
Binary 10100101 10000101 1000011 0 10011 111011 100011 101000 101010 101101

Color Harmonies of #A58543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58543

Black with #A58543

Text Example


Text Example

White with #A58543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58543; }

 p { color: rgb(165,133,67); }

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

background-color css

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

 a { background-color: rgb(165,133,67); }

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

border-color css

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

 span { border-color: rgb(165,133,67); }

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