Html Css Color HEX #A68945 Luxor Gold

📋 copy color: '#A68945'

red 166 ◦ green 137 ◦ blue 69

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

Shades of Luxor Gold #A68945

Tints of Luxor Gold #A68945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

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

R = 44.62%
G = 36.83%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A68945 (or 0xA68945) is known color: Luxor Gold. HEX triplet: A6, 89 and 45. RGB value is (166,137,69). Sum of RGB (Red+Green+Blue) = 166+137+69=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A68945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68945 is #5976BA. Grayscale: #8A8A8A. Windows color (decimal): -5863099 or 4557222. OLE color: 4557222.

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

Color convert

RGB 166 137 69 -
CMYK 0 0.17 0.58 0.35
HSL 42.06º 0.41% 0.46% -
HSV(B) 42.06º 0.58% 0.65% -
XYZ 25.75 26.43 9.37 -
YUV 137.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 166 137 69 0 0.17 0.58 0.35 42.06 0.41 0.46
Hex A6 89 45 0 11 3A 23 2A 29 2E
Octal 246 211 105 0 21 72 43 52 51 56
Binary 10100110 10001001 1000101 0 10001 111010 100011 101010 101001 101110

Color Harmonies of #A68945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68945

Black with #A68945

Text Example


Text Example

White with #A68945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68945; }

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

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

background-color css

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

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

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

border-color css

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

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

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