Html Css Color HEX #A68F47 Luxor Gold

📋 copy color: '#A68F47'

red 166 ◦ green 143 ◦ blue 71

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

Shades of Luxor Gold #A68F47

Tints of Luxor Gold #A68F47

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 71 (28.13% from 255) = 18.68%

R = 43.68%
G = 37.63%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A68F47 (or 0xA68F47) is known color: Luxor Gold. HEX triplet: A6, 8F and 47. RGB value is (166,143,71). Sum of RGB (Red+Green+Blue) = 166+143+71=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F47 is #5970B8. Grayscale: #8D8D8D. Windows color (decimal): -5861561 or 4689830. OLE color: 4689830.

HSL color Cylindrical-coordinate representation of color #A68F47: hue angle of 45.47º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68F47 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 143 71 -
CMYK 0 0.14 0.57 0.35
HSL 45.47º 0.4% 0.46% -
HSV(B) 45.47º 0.57% 0.65% -
XYZ 26.69 28.21 10 -
YUV 141.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 166 143 71 0 0.14 0.57 0.35 45.47 0.4 0.46
Hex A6 8F 47 0 E 39 23 2D 28 2E
Octal 246 217 107 0 16 71 43 55 50 56
Binary 10100110 10001111 1000111 0 1110 111001 100011 101101 101000 101110

Color Harmonies of #A68F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68F47

Black with #A68F47

Text Example


Text Example

White with #A68F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68F47; }

 p { color: rgb(166,143,71); }

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

background-color css

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

 a { background-color: rgb(166,143,71); }

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

border-color css

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

 span { border-color: rgb(166,143,71); }

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