Html Css Color HEX #A58643 Luxor Gold

📋 copy color: '#A58643'

red 165 ◦ green 134 ◦ blue 67

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

Shades of Luxor Gold #A58643

Tints of Luxor Gold #A58643

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

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

R = 45.08%
G = 36.61%
B = 18.31%

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

#A58643 (or 0xA58643) is known color: Luxor Gold. HEX triplet: A5, 86 and 43. RGB value is (165,134,67). Sum of RGB (Red+Green+Blue) = 165+134+67=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A58643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58643 is #5A79BC. Grayscale: #878787. Windows color (decimal): -5929405 or 4425381. OLE color: 4425381.

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

Color convert

RGB 165 134 67 -
CMYK 0 0.19 0.59 0.35
HSL 41.02º 0.42% 0.45% -
HSV(B) 41.02º 0.59% 0.65% -
XYZ 25.06 25.45 8.9 -
YUV 135.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 165 134 67 0 0.19 0.59 0.35 41.02 0.42 0.45
Hex A5 86 43 0 13 3B 23 29 2A 2D
Octal 245 206 103 0 23 73 43 51 52 55
Binary 10100101 10000110 1000011 0 10011 111011 100011 101001 101010 101101

Color Harmonies of #A58643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58643

Black with #A58643

Text Example


Text Example

White with #A58643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58643; }

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

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

background-color css

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

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

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

border-color css

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

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

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