Html Css Color HEX #A68443 Luxor Gold

📋 copy color: '#A68443'

red 166 ◦ green 132 ◦ blue 67

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

Shades of Luxor Gold #A68443

Tints of Luxor Gold #A68443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

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

R = 45.48%
G = 36.16%
B = 18.36%

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

#A68443 (or 0xA68443) is known color: Luxor Gold. HEX triplet: A6, 84 and 43. RGB value is (166,132,67). Sum of RGB (Red+Green+Blue) = 166+132+67=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A68443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68443 is #597BBC. Grayscale: #878787. Windows color (decimal): -5864381 or 4424870. OLE color: 4424870.

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

Color convert

RGB 166 132 67 -
CMYK 0 0.20 0.60 0.35
HSL 39.39º 0.42% 0.46% -
HSV(B) 39.39º 0.6% 0.65% -
XYZ 24.99 25.01 8.82 -
YUV 134.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 166 132 67 0 0.20 0.60 0.35 39.39 0.42 0.46
Hex A6 84 43 0 14 3C 23 27 2A 2E
Octal 246 204 103 0 24 74 43 47 52 56
Binary 10100110 10000100 1000011 0 10100 111100 100011 100111 101010 101110

Color Harmonies of #A68443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68443

Black with #A68443

Text Example


Text Example

White with #A68443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68443; }

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

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

background-color css

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

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

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

border-color css

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

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

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