Html Css Color HEX #A59045 Luxor Gold

📋 copy color: '#A59045'

red 165 ◦ green 144 ◦ blue 69

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

Shades of Luxor Gold #A59045

Tints of Luxor Gold #A59045

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.1%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 43.65%
G = 38.1%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A59045 (or 0xA59045) is known color: Luxor Gold. HEX triplet: A5, 90 and 45. RGB value is (165,144,69). Sum of RGB (Red+Green+Blue) = 165+144+69=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A59045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59045 is #5A6FBA. Grayscale: #8E8E8E. Windows color (decimal): -5926843 or 4559013. OLE color: 4559013.

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

Color convert

RGB 165 144 69 -
CMYK 0 0.13 0.58 0.35
HSL 46.88º 0.41% 0.46% -
HSV(B) 46.88º 0.58% 0.65% -
XYZ 26.56 28.38 9.71 -
YUV 141.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 165 144 69 0 0.13 0.58 0.35 46.88 0.41 0.46
Hex A5 90 45 0 D 3A 23 2F 29 2E
Octal 245 220 105 0 15 72 43 57 51 56
Binary 10100101 10010000 1000101 0 1101 111010 100011 101111 101001 101110

Color Harmonies of #A59045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59045

Black with #A59045

Text Example


Text Example

White with #A59045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59045; }

 p { color: rgb(165,144,69); }

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

background-color css

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

 a { background-color: rgb(165,144,69); }

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

border-color css

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

 span { border-color: rgb(165,144,69); }

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