Html Css Color HEX #A59043 Luxor Gold

📋 copy color: '#A59043'

red 165 ◦ green 144 ◦ blue 67

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

Shades of Luxor Gold #A59043

Tints of Luxor Gold #A59043

RGB

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

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

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

R = 43.88%
G = 38.3%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A59043 (or 0xA59043) is known color: Luxor Gold. HEX triplet: A5, 90 and 43. RGB value is (165,144,67). Sum of RGB (Red+Green+Blue) = 165+144+67=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A59043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59043 is #5A6FBC. Grayscale: #8D8D8D. Windows color (decimal): -5926845 or 4427941. OLE color: 4427941.

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

Color convert

RGB 165 144 67 -
CMYK 0 0.13 0.59 0.35
HSL 47.14º 0.42% 0.45% -
HSV(B) 47.14º 0.59% 0.65% -
XYZ 26.5 28.35 9.39 -
YUV 141.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 165 144 67 0 0.13 0.59 0.35 47.14 0.42 0.45
Hex A5 90 43 0 D 3B 23 2F 2A 2D
Octal 245 220 103 0 15 73 43 57 52 55
Binary 10100101 10010000 1000011 0 1101 111011 100011 101111 101010 101101

Color Harmonies of #A59043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59043

Black with #A59043

Text Example


Text Example

White with #A59043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59043; }

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

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

background-color css

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

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

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

border-color css

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

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

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