Html Css Color HEX #A68C43 Luxor Gold

📋 copy color: '#A68C43'

red 166 ◦ green 140 ◦ blue 67

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

Shades of Luxor Gold #A68C43

Tints of Luxor Gold #A68C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.96%

R = 44.5%
G = 37.53%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68C43 (or 0xA68C43) is known color: Luxor Gold. HEX triplet: A6, 8C and 43. RGB value is (166,140,67). Sum of RGB (Red+Green+Blue) = 166+140+67=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C43 is #5973BC. Grayscale: #8B8B8B. Windows color (decimal): -5862333 or 4426918. OLE color: 4426918.

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

Color convert

RGB 166 140 67 -
CMYK 0 0.16 0.60 0.35
HSL 44.24º 0.42% 0.46% -
HSV(B) 44.24º 0.6% 0.65% -
XYZ 26.12 27.27 9.2 -
YUV 139.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 166 140 67 0 0.16 0.60 0.35 44.24 0.42 0.46
Hex A6 8C 43 0 10 3C 23 2C 2A 2E
Octal 246 214 103 0 20 74 43 54 52 56
Binary 10100110 10001100 1000011 0 10000 111100 100011 101100 101010 101110

Color Harmonies of #A68C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C43

Black with #A68C43

Text Example


Text Example

White with #A68C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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