Html Css Color HEX #A69046 Luxor Gold

📋 copy color: '#A69046'

red 166 ◦ green 144 ◦ blue 70

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

Shades of Luxor Gold #A69046

Tints of Luxor Gold #A69046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.42%

R = 43.68%
G = 37.89%
B = 18.42%

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

#A69046 (or 0xA69046) is known color: Luxor Gold. HEX triplet: A6, 90 and 46. RGB value is (166,144,70). Sum of RGB (Red+Green+Blue) = 166+144+70=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A69046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69046 is #596FB9. Grayscale: #8E8E8E. Windows color (decimal): -5861306 or 4624550. OLE color: 4624550.

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

Color convert

RGB 166 144 70 -
CMYK 0 0.13 0.58 0.35
HSL 46.25º 0.41% 0.46% -
HSV(B) 46.25º 0.58% 0.65% -
XYZ 26.8 28.5 9.88 -
YUV 142.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 166 144 70 0 0.13 0.58 0.35 46.25 0.41 0.46
Hex A6 90 46 0 D 3A 23 2E 29 2E
Octal 246 220 106 0 15 72 43 56 51 56
Binary 10100110 10010000 1000110 0 1101 111010 100011 101110 101001 101110

Color Harmonies of #A69046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69046

Black with #A69046

Text Example


Text Example

White with #A69046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69046; }

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

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

background-color css

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

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

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

border-color css

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

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

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