Html Css Color HEX #A68941 Luxor Gold

📋 copy color: '#A68941'

red 166 ◦ green 137 ◦ blue 65

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

Shades of Luxor Gold #A68941

Tints of Luxor Gold #A68941

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 65 (25.78% from 255) = 17.66%

R = 45.11%
G = 37.23%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68941 (or 0xA68941) is known color: Luxor Gold. HEX triplet: A6, 89 and 41. RGB value is (166,137,65). Sum of RGB (Red+Green+Blue) = 166+137+65=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A68941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68941 is #5976BE. Grayscale: #898989. Windows color (decimal): -5863103 or 4295078. OLE color: 4295078.

HSL color Cylindrical-coordinate representation of color #A68941: hue angle of 42.77º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A68941 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 65 -
CMYK 0 0.17 0.61 0.35
HSL 42.77º 0.44% 0.45% -
HSV(B) 42.77º 0.61% 0.65% -
XYZ 25.63 26.38 8.74 -
YUV 137.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 166 137 65 0 0.17 0.61 0.35 42.77 0.44 0.45
Hex A6 89 41 0 11 3D 23 2B 2C 2D
Octal 246 211 101 0 21 75 43 53 54 55
Binary 10100110 10001001 1000001 0 10001 111101 100011 101011 101100 101101

Color Harmonies of #A68941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68941

Black with #A68941

Text Example


Text Example

White with #A68941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68941; }

 p { color: rgb(166,137,65); }

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

background-color css

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

 a { background-color: rgb(166,137,65); }

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

border-color css

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

 span { border-color: rgb(166,137,65); }

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