Html Css Color HEX #A58A3D Luxor Gold

📋 copy color: '#A58A3D'

red 165 ◦ green 138 ◦ blue 61

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

Shades of Luxor Gold #A58A3D

Tints of Luxor Gold #A58A3D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 61 (24.22% from 255) = 16.76%

R = 45.33%
G = 37.91%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A58A3D (or 0xA58A3D) is known color: Luxor Gold. HEX triplet: A5, 8A and 3D. RGB value is (165,138,61). Sum of RGB (Red+Green+Blue) = 165+138+61=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A3D is #5A75C2. Grayscale: #898989. Windows color (decimal): -5928387 or 4033189. OLE color: 4033189.

HSL color Cylindrical-coordinate representation of color #A58A3D: hue angle of 44.42º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A58A3D is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 138 61 -
CMYK 0 0.16 0.63 0.35
HSL 44.42º 0.46% 0.44% -
HSV(B) 44.42º 0.63% 0.65% -
XYZ 25.45 26.51 8.19 -
YUV 137.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 165 138 61 0 0.16 0.63 0.35 44.42 0.46 0.44
Hex A5 8A 3D 0 10 3F 23 2C 2E 2C
Octal 245 212 75 0 20 77 43 54 56 54
Binary 10100101 10001010 111101 0 10000 111111 100011 101100 101110 101100

Color Harmonies of #A58A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58A3D

Black with #A58A3D

Text Example


Text Example

White with #A58A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58A3D; }

 p { color: rgb(165,138,61); }

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

background-color css

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

 a { background-color: rgb(165,138,61); }

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

border-color css

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

 span { border-color: rgb(165,138,61); }

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