Html Css Color HEX #A68643 Luxor Gold

📋 copy color: '#A68643'

red 166 ◦ green 134 ◦ blue 67

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

Shades of Luxor Gold #A68643

Tints of Luxor Gold #A68643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 45.23%
G = 36.51%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68643 (or 0xA68643) is known color: Luxor Gold. HEX triplet: A6, 86 and 43. RGB value is (166,134,67). Sum of RGB (Red+Green+Blue) = 166+134+67=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A68643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68643 is #5979BC. Grayscale: #888888. Windows color (decimal): -5863869 or 4425382. OLE color: 4425382.

HSL color Cylindrical-coordinate representation of color #A68643: hue angle of 40.61º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68643 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 67 -
CMYK 0 0.19 0.60 0.35
HSL 40.61º 0.42% 0.46% -
HSV(B) 40.61º 0.6% 0.65% -
XYZ 25.26 25.56 8.91 -
YUV 135.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 166 134 67 0 0.19 0.60 0.35 40.61 0.42 0.46
Hex A6 86 43 0 13 3C 23 29 2A 2E
Octal 246 206 103 0 23 74 43 51 52 56
Binary 10100110 10000110 1000011 0 10011 111100 100011 101001 101010 101110

Color Harmonies of #A68643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68643

Black with #A68643

Text Example


Text Example

White with #A68643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68643; }

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

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

background-color css

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

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

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

border-color css

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

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

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