Html Css Color HEX #A69145 Luxor Gold

📋 copy color: '#A69145'

red 166 ◦ green 145 ◦ blue 69

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

Shades of Luxor Gold #A69145

Tints of Luxor Gold #A69145

RGB

 RED value IS 166 (65.23% from 255) = 43.68%

 GREEN value IS 145 (57.03% from 255) = 38.16%

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

R = 43.68%
G = 38.16%
B = 18.16%

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

#A69145 (or 0xA69145) is known color: Luxor Gold. HEX triplet: A6, 91 and 45. RGB value is (166,145,69). Sum of RGB (Red+Green+Blue) = 166+145+69=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A69145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69145 is #596EBA. Grayscale: #8E8E8E. Windows color (decimal): -5861051 or 4559270. OLE color: 4559270.

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

Color convert

RGB 166 145 69 -
CMYK 0 0.13 0.58 0.35
HSL 47.01º 0.41% 0.46% -
HSV(B) 47.01º 0.58% 0.65% -
XYZ 26.93 28.79 9.77 -
YUV 142.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 166 145 69 0 0.13 0.58 0.35 47.01 0.41 0.46
Hex A6 91 45 0 D 3A 23 2F 29 2E
Octal 246 221 105 0 15 72 43 57 51 56
Binary 10100110 10010001 1000101 0 1101 111010 100011 101111 101001 101110

Color Harmonies of #A69145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69145

Black with #A69145

Text Example


Text Example

White with #A69145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69145; }

 p { color: rgb(166,145,69); }

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

background-color css

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

 a { background-color: rgb(166,145,69); }

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

border-color css

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

 span { border-color: rgb(166,145,69); }

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