Html Css Color HEX #A69045 Luxor Gold

📋 copy color: '#A69045'

red 166 ◦ green 144 ◦ blue 69

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

Shades of Luxor Gold #A69045

Tints of Luxor Gold #A69045

RGB

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

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

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

R = 43.8%
G = 37.99%
B = 18.21%

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

#A69045 (or 0xA69045) is known color: Luxor Gold. HEX triplet: A6, 90 and 45. RGB value is (166,144,69). Sum of RGB (Red+Green+Blue) = 166+144+69=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A69045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69045 is #596FBA. Grayscale: #8E8E8E. Windows color (decimal): -5861307 or 4559014. OLE color: 4559014.

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

Color convert

RGB 166 144 69 -
CMYK 0 0.13 0.58 0.35
HSL 46.39º 0.41% 0.46% -
HSV(B) 46.39º 0.58% 0.65% -
XYZ 26.77 28.48 9.72 -
YUV 142.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 166 144 69 0 0.13 0.58 0.35 46.39 0.41 0.46
Hex A6 90 45 0 D 3A 23 2E 29 2E
Octal 246 220 105 0 15 72 43 56 51 56
Binary 10100110 10010000 1000101 0 1101 111010 100011 101110 101001 101110

Color Harmonies of #A69045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69045

Black with #A69045

Text Example


Text Example

White with #A69045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69045; }

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

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

background-color css

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

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

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

border-color css

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

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

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