Html Css Color HEX #A68746 Luxor Gold

📋 copy color: '#A68746'

red 166 ◦ green 135 ◦ blue 70

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

Shades of Luxor Gold #A68746

Tints of Luxor Gold #A68746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 44.74%
G = 36.39%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A68746 (or 0xA68746) is known color: Luxor Gold. HEX triplet: A6, 87 and 46. RGB value is (166,135,70). Sum of RGB (Red+Green+Blue) = 166+135+70=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A68746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68746 is #5978B9. Grayscale: #898989. Windows color (decimal): -5863610 or 4622246. OLE color: 4622246.

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

Color convert

RGB 166 135 70 -
CMYK 0 0.19 0.58 0.35
HSL 40.63º 0.41% 0.46% -
HSV(B) 40.63º 0.58% 0.65% -
XYZ 25.5 25.88 9.45 -
YUV 136.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 166 135 70 0 0.19 0.58 0.35 40.63 0.41 0.46
Hex A6 87 46 0 13 3A 23 29 29 2E
Octal 246 207 106 0 23 72 43 51 51 56
Binary 10100110 10000111 1000110 0 10011 111010 100011 101001 101001 101110

Color Harmonies of #A68746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68746

Black with #A68746

Text Example


Text Example

White with #A68746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68746; }

 p { color: rgb(166,135,70); }

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

background-color css

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

 a { background-color: rgb(166,135,70); }

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

border-color css

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

 span { border-color: rgb(166,135,70); }

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