Html Css Color HEX #A68B49 Luxor Gold

📋 copy color: '#A68B49'

red 166 ◦ green 139 ◦ blue 73

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

Shades of Luxor Gold #A68B49

Tints of Luxor Gold #A68B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 43.92%
G = 36.77%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A68B49 (or 0xA68B49) is known color: Luxor Gold. HEX triplet: A6, 8B and 49. RGB value is (166,139,73). Sum of RGB (Red+Green+Blue) = 166+139+73=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68B49 is #5974B6. Grayscale: #8B8B8B. Windows color (decimal): -5862583 or 4819878. OLE color: 4819878.

HSL color Cylindrical-coordinate representation of color #A68B49: hue angle of 42.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A68B49 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 139 73 -
CMYK 0 0.16 0.56 0.35
HSL 42.58º 0.39% 0.47% -
HSV(B) 42.58º 0.56% 0.65% -
XYZ 26.16 27.05 10.15 -
YUV 139.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 166 139 73 0 0.16 0.56 0.35 42.58 0.39 0.47
Hex A6 8B 49 0 10 38 23 2B 27 2F
Octal 246 213 111 0 20 70 43 53 47 57
Binary 10100110 10001011 1001001 0 10000 111000 100011 101011 100111 101111

Color Harmonies of #A68B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68B49

Black with #A68B49

Text Example


Text Example

White with #A68B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68B49; }

 p { color: rgb(166,139,73); }

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

background-color css

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

 a { background-color: rgb(166,139,73); }

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

border-color css

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

 span { border-color: rgb(166,139,73); }

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