Html Css Color HEX #A68641 Luxor Gold

📋 copy color: '#A68641'

red 166 ◦ green 134 ◦ blue 65

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

Shades of Luxor Gold #A68641

Tints of Luxor Gold #A68641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 45.48%
G = 36.71%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68641 (or 0xA68641) is known color: Luxor Gold. HEX triplet: A6, 86 and 41. RGB value is (166,134,65). Sum of RGB (Red+Green+Blue) = 166+134+65=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A68641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68641 is #5979BE. Grayscale: #888888. Windows color (decimal): -5863871 or 4294310. OLE color: 4294310.

HSL color Cylindrical-coordinate representation of color #A68641: hue angle of 40.99º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A68641 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 65 -
CMYK 0 0.19 0.61 0.35
HSL 40.99º 0.44% 0.45% -
HSV(B) 40.99º 0.61% 0.65% -
XYZ 25.21 25.54 8.6 -
YUV 135.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 166 134 65 0 0.19 0.61 0.35 40.99 0.44 0.45
Hex A6 86 41 0 13 3D 23 29 2C 2D
Octal 246 206 101 0 23 75 43 51 54 55
Binary 10100110 10000110 1000001 0 10011 111101 100011 101001 101100 101101

Color Harmonies of #A68641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68641

Black with #A68641

Text Example


Text Example

White with #A68641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68641; }

 p { color: rgb(166,134,65); }

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

background-color css

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

 a { background-color: rgb(166,134,65); }

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

border-color css

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

 span { border-color: rgb(166,134,65); }

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