Html Css Color HEX #A68843 Luxor Gold

📋 copy color: '#A68843'

red 166 ◦ green 136 ◦ blue 67

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

Shades of Luxor Gold #A68843

Tints of Luxor Gold #A68843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 44.99%
G = 36.86%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68843 (or 0xA68843) is known color: Luxor Gold. HEX triplet: A6, 88 and 43. RGB value is (166,136,67). Sum of RGB (Red+Green+Blue) = 166+136+67=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A68843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68843 is #5977BC. Grayscale: #898989. Windows color (decimal): -5863357 or 4425894. OLE color: 4425894.

HSL color Cylindrical-coordinate representation of color #A68843: hue angle of 41.82º 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 #A68843 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 136 67 -
CMYK 0 0.18 0.60 0.35
HSL 41.82º 0.42% 0.46% -
HSV(B) 41.82º 0.6% 0.65% -
XYZ 25.54 26.12 9.01 -
YUV 137.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 166 136 67 0 0.18 0.60 0.35 41.82 0.42 0.46
Hex A6 88 43 0 12 3C 23 2A 2A 2E
Octal 246 210 103 0 22 74 43 52 52 56
Binary 10100110 10001000 1000011 0 10010 111100 100011 101010 101010 101110

Color Harmonies of #A68843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68843

Black with #A68843

Text Example


Text Example

White with #A68843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68843; }

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

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

background-color css

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

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

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

border-color css

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

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

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