Html Css Color HEX #A19643 Luxor Gold

📋 copy color: '#A19643'

red 161 ◦ green 150 ◦ blue 67

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

Shades of Luxor Gold #A19643

Tints of Luxor Gold #A19643

RGB

 RED value IS 161 (63.28% from 255) = 42.59%

 GREEN value IS 150 (58.98% from 255) = 39.68%

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

R = 42.59%
G = 39.68%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A19643 (or 0xA19643) is known color: Luxor Gold. HEX triplet: A1, 96 and 43. RGB value is (161,150,67). Sum of RGB (Red+Green+Blue) = 161+150+67=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A19643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19643 is #5E69BC. Grayscale: #909090. Windows color (decimal): -6187453 or 4429473. OLE color: 4429473.

HSL color Cylindrical-coordinate representation of color #A19643: hue angle of 52.98º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A19643 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 67 -
CMYK 0 0.07 0.58 0.37
HSL 52.98º 0.41% 0.45% -
HSV(B) 52.98º 0.58% 0.63% -
XYZ 26.62 29.8 9.66 -
YUV 143.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 161 150 67 0 0.07 0.58 0.37 52.98 0.41 0.45
Hex A1 96 43 0 7 3A 25 35 29 2D
Octal 241 226 103 0 7 72 45 65 51 55
Binary 10100001 10010110 1000011 0 111 111010 100101 110101 101001 101101

Color Harmonies of #A19643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19643

Black with #A19643

Text Example


Text Example

White with #A19643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19643; }

 p { color: rgb(161,150,67); }

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

background-color css

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

 a { background-color: rgb(161,150,67); }

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

border-color css

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

 span { border-color: rgb(161,150,67); }

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