Html Css Color HEX #A68C3F Luxor Gold

📋 copy color: '#A68C3F'

red 166 ◦ green 140 ◦ blue 63

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

Shades of Luxor Gold #A68C3F

Tints of Luxor Gold #A68C3F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.94%

 BLUE value IS 63 (25% from 255) = 17.07%

R = 44.99%
G = 37.94%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A68C3F (or 0xA68C3F) is known color: Luxor Gold. HEX triplet: A6, 8C and 3F. RGB value is (166,140,63). Sum of RGB (Red+Green+Blue) = 166+140+63=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C3F is #5973C0. Grayscale: #8B8B8B. Windows color (decimal): -5862337 or 4164774. OLE color: 4164774.

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

Color convert

RGB 166 140 63 -
CMYK 0 0.16 0.62 0.35
HSL 44.85º 0.45% 0.45% -
HSV(B) 44.85º 0.62% 0.65% -
XYZ 26 27.22 8.59 -
YUV 139 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 166 140 63 0 0.16 0.62 0.35 44.85 0.45 0.45
Hex A6 8C 3F 0 10 3E 23 2D 2D 2D
Octal 246 214 77 0 20 76 43 55 55 55
Binary 10100110 10001100 111111 0 10000 111110 100011 101101 101101 101101

Color Harmonies of #A68C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C3F

Black with #A68C3F

Text Example


Text Example

White with #A68C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C3F; }

 p { color: rgb(166,140,63); }

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

background-color css

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

 a { background-color: rgb(166,140,63); }

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

border-color css

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

 span { border-color: rgb(166,140,63); }

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