Html Css Color HEX #A58B48 Luxor Gold

📋 copy color: '#A58B48'

red 165 ◦ green 139 ◦ blue 72

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

Shades of Luxor Gold #A58B48

Tints of Luxor Gold #A58B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 43.88%
G = 36.97%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A58B48 (or 0xA58B48) is known color: Luxor Gold. HEX triplet: A5, 8B and 48. RGB value is (165,139,72). Sum of RGB (Red+Green+Blue) = 165+139+72=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B48 is #5A74B7. Grayscale: #8B8B8B. Windows color (decimal): -5928120 or 4754341. OLE color: 4754341.

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

Color convert

RGB 165 139 72 -
CMYK 0 0.16 0.56 0.35
HSL 43.23º 0.39% 0.46% -
HSV(B) 43.23º 0.56% 0.65% -
XYZ 25.92 26.93 9.96 -
YUV 139.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 165 139 72 0 0.16 0.56 0.35 43.23 0.39 0.46
Hex A5 8B 48 0 10 38 23 2B 27 2E
Octal 245 213 110 0 20 70 43 53 47 56
Binary 10100101 10001011 1001000 0 10000 111000 100011 101011 100111 101110

Color Harmonies of #A58B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B48

Black with #A58B48

Text Example


Text Example

White with #A58B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B48; }

 p { color: rgb(165,139,72); }

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

background-color css

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

 a { background-color: rgb(165,139,72); }

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

border-color css

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

 span { border-color: rgb(165,139,72); }

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