Html Css Color HEX #A68543 Luxor Gold

📋 copy color: '#A68543'

red 166 ◦ green 133 ◦ blue 67

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

Shades of Luxor Gold #A68543

Tints of Luxor Gold #A68543

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 45.36%
G = 36.34%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68543 (or 0xA68543) is known color: Luxor Gold. HEX triplet: A6, 85 and 43. RGB value is (166,133,67). Sum of RGB (Red+Green+Blue) = 166+133+67=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A68543 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68543 is #597ABC. Grayscale: #878787. Windows color (decimal): -5864125 or 4425126. OLE color: 4425126.

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

Color convert

RGB 166 133 67 -
CMYK 0 0.20 0.60 0.35
HSL 40º 0.42% 0.46% -
HSV(B) 40º 0.6% 0.65% -
XYZ 25.13 25.29 8.87 -
YUV 135.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 166 133 67 0 0.20 0.60 0.35 40 0.42 0.46
Hex A6 85 43 0 14 3C 23 28 2A 2E
Octal 246 205 103 0 24 74 43 50 52 56
Binary 10100110 10000101 1000011 0 10100 111100 100011 101000 101010 101110

Color Harmonies of #A68543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68543

Black with #A68543

Text Example


Text Example

White with #A68543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68543; }

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

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

background-color css

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

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

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

border-color css

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

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

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